From 0bb2dbb4f23831025d0120e8d70bc63fb62cae36 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Mon, 21 Oct 2024 11:38:22 +0200 Subject: [PATCH] update release process --- release_process.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_process.adoc b/release_process.adoc index 5330cb17..c7687eb5 100644 --- a/release_process.adoc +++ b/release_process.adoc @@ -11,6 +11,7 @@ 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` @@ -18,6 +19,7 @@ First, make sure you don't have pending changes in your main branch. * 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`