Skip to content

Commit 1c6d491

Browse files
authored
Merge pull request #310 from jfdenise/update-rp
update release process
2 parents 561f1f5 + 0bb2dbb commit 1c6d491

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release_process.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ First, make sure you don't have pending changes in your main branch.
1111
* Commit the changes with message: `Update doc to X.X.X.Final`
1212
* `mvn versions:set -DnewVersion=X.X.X.Final`
1313
* `mvn versions:commit`
14+
* `git add *`
1415
* Commit the changes with message: `Release X.X.X.Final`
1516
* Deploy in nexus
1617
** `mvn clean deploy -DskipTests`
1718
* Create and push a Tag with the new release.
1819
* Update docs/* content to reference the new SNAPSHOT version.
1920
* `mvn versions:set -DnewVersion=X.X.X.Final-SNAPSHOT`
2021
* `mvn versions:commit`
22+
* `git add *`
2123
* Commit the changes with message: `New development iteration X.X.X.Final-SNAPSHOT`
2224
* `git push upstream main`
2325

0 commit comments

Comments
 (0)