Changeset - 9803464e302d
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 months ago 2023-11-22 20:51:54
branko@majic.rs
MAR-185: Fix the commit command used during the release process:

- The alias commits is no longer used, and OpenPGP signatures are
implemented via git configuration instead.
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
docs/releaseprocedures.rst
Show inline comments
 
@@ -173,7 +173,7 @@ When releasing a new minor/major version, procedure is as follows:
 
15. Commit the changes::
 

	
 
      git add docs/
 
      git commits -m "$ISSUE: Preparing for release $NEW_VERSION."
 
      git commit -m "$ISSUE: Preparing for release $NEW_VERSION."
 

	
 
16. Create annotated and signed Git tag::
 

	
 
@@ -199,7 +199,7 @@ When releasing a new minor/major version, procedure is as follows:
 
20. Commit the changes::
 

	
 
      git add docs/
 
      git commits -m "$ISSUE: Bumping version to ${NEW_VERSION%.*}-dev (switching back to development)."
 
      git commit -m "$ISSUE: Bumping version to ${NEW_VERSION%.*}-dev (switching back to development)."
 

	
 
21. Verify GnuPG signatures::
 

	
 
@@ -239,7 +239,7 @@ When releasing a new minor/major version, procedure is as follows:
 
28. Commit the changes::
 

	
 
      git add docs/
 
      git commits -m "$ISSUE: Creating maintenance branch for release $NEW_VERSION."
 
      git commit -m "$ISSUE: Creating maintenance branch for release $NEW_VERSION."
 

	
 
29. Push the maintenance branch::
 

	
 
@@ -342,7 +342,7 @@ When releasing a new patch release, procedure is as follows:
 
16. Commit the changes::
 

	
 
      git add docs/
 
      git commits -m "$ISSUE: Preparing for release $NEW_VERSION."
 
      git commit -m "$ISSUE: Preparing for release $NEW_VERSION."
 

	
 
17. Create annotated and signed Git tag::
 

	
 
@@ -368,7 +368,7 @@ When releasing a new patch release, procedure is as follows:
 
21. Commit the changes::
 

	
 
      git add docs/
 
      git commits -m "$ISSUE: Bumping version to ${NEW_VERSION%.*}-maint (switching back to maintenance)."
 
      git commit -m "$ISSUE: Bumping version to ${NEW_VERSION%.*}-maint (switching back to maintenance)."
 

	
 
22. Verify GnuPG signatures::
 

	
0 comments (0 inline, 0 general)