Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jul 9, 2020
1 parent 835975f commit 9e0af05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,10 +610,12 @@ See more details in [spring-cloud-app-broker-acceptance-tests/README.adoc](sprin

#### Releasing

For the spike,
* manually edit the version in `gradle.properties` (e.g `version=0.1.0`), commit & push
* git tag v0.1.0 -a -m "0.1.0 release"
* git push github-orange-osbcmdb-spike v0.1.0
* manually edit the version in `gradle.properties` (e.g `version=1.1.0`), commit & push
* git tag v1.1.0 -a -m "1.1.0 release"
* git push origin v1.1.0
* let circle ci build and upload the binaries to github
* edit the github release to complete release noets
* manually edit the version in `osb-cmdb/gradle.properties`, commit & push e.g. `version=0.2.0.BUILD-SNAPSHOT`
* edit the github release to complete release notes
* manually edit the version in `osb-cmdb/gradle.properties`, commit & push e.g. `version=0.2.0.BUILD-SNAPSHOT`
* [ ] fix unit tests invocation currently expecting version in jar name (e.g. `osbcmdb-1.0.0.jar`)
* [ ] fix osb-cmdb-ci
* [ ] fix intellij run configurations
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0
version=1.1.0

0 comments on commit 9e0af05

Please sign in to comment.