Commit Graph

13 Commits

Author SHA1 Message Date
Spring Buildmaster cd64182544 Next development version (v0.2.6-SNAPSHOT) 2020-12-07 19:16:16 +00:00
Spring Buildmaster c7454c3c85 Next development version (v0.2.5-SNAPSHOT) 2020-11-06 13:24:22 +00:00
Brian Clozel ca1de61fbc Switch to -SNAPSHOT version suffix
This project already switched to the new release version scheme for
staged/released versions but did not udpate the SNAPSHOT suffix.

This commit fixes this mistake.
2020-11-06 14:13:41 +01:00
Spring Buildmaster 90bcada337 Next development version (v0.2.4.BUILD-SNAPSHOT) 2020-10-29 15:53:24 +00:00
Spring Buildmaster a9f9fd4355 Next development version (v0.2.3.BUILD-SNAPSHOT) 2020-04-28 09:38:16 +00:00
Spring Buildmaster 800fad191d Next development version (v0.2.2.BUILD-SNAPSHOT) 2020-04-08 22:17:14 +00:00
Spring Buildmaster 898657f118 Next development version (v0.2.1.BUILD-SNAPSHOT) 2020-03-21 10:22:08 +00:00
Brian Clozel 40ea8c2698 Switch to 0.2.0 version prior to changing theme 2020-02-26 18:36:32 +01:00
Spring Buildmaster 442862e3b3 Next development version (v0.1.4.BUILD-SNAPSHOT) 2019-09-26 11:58:42 +00:00
Spring Buildmaster f558f98310 Next development version (v0.1.3.BUILD-SNAPSHOT) 2019-05-13 14:18:30 +00:00
Spring Buildmaster 859e113e12 Next development version (v0.1.2.BUILD-SNAPSHOT) 2019-03-15 14:55:24 +00:00
Spring Buildmaster 77290c3f90 Next development version (v0.1.1.BUILD-SNAPSHOT) 2018-12-10 20:06:18 +00:00
Brian Clozel 5483385f4a Fix Stage and Promote release process
This commit contains a few fixes for the CI release process.

The base CI image now installs the `jq` binary as it's
required by the promotion process.

The staging script is fixed to use the correct `sed` syntax
for this Linux container, and only consider Gradle as a build
system. This also changes the staging script to correctly
choose the release version depending on the release type.
This commit also adds a `RELEASE_TYPE` parameter to the state
task.

The project build version is moved to a `gradle.properties`
to align with the stage+promote script.

The promote release script is now executable.
2018-12-10 20:58:15 +01:00