Skip to content

Commit

Permalink
update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Oct 21, 2024
1 parent 8f0391d commit 0bb2dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release_process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ First, make sure you don't have pending changes in your main branch.
* Commit the changes with message: `Update doc to X.X.X.Final`
* `mvn versions:set -DnewVersion=X.X.X.Final`
* `mvn versions:commit`
* `git add *`
* Commit the changes with message: `Release X.X.X.Final`
* Deploy in nexus
** `mvn clean deploy -DskipTests`
* Create and push a Tag with the new release.
* Update docs/* content to reference the new SNAPSHOT version.
* `mvn versions:set -DnewVersion=X.X.X.Final-SNAPSHOT`
* `mvn versions:commit`
* `git add *`
* Commit the changes with message: `New development iteration X.X.X.Final-SNAPSHOT`
* `git push upstream main`

Expand Down

0 comments on commit 0bb2dbb

Please sign in to comment.