gbranden pushed a commit to branch master
in repository groff.

commit 6b1576f6883e92c8a0f91ac0d1f350f399837bf0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Feb 28 09:47:23 2026 -0600

    FOR-RELEASE: Update procedures some more.
---
 FOR-RELEASE | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/FOR-RELEASE b/FOR-RELEASE
index 8f4205d34..832e00ab5 100644
--- a/FOR-RELEASE
+++ b/FOR-RELEASE
@@ -80,7 +80,6 @@ Before Release
   signed tag to the repository.
 
     $ git tag -s -m 'release candidate 1.24.0.rc2' 1.24.0.rc2
-    $ git push origin tag 1.24.0.rc2
 
 * Build and test a distribution archive again with "make distcheck".
   It's important to do this so that the archive unpacks to an
@@ -89,6 +88,15 @@ Before Release
   version number visible in installed file names (such as
   "/usr/share/groff/1.24.0").
 
+* If the distribution archive from the previous step is unacceptable,
+  delete the tag you created and resume development.
+
+    $ git tag -d 1.24.0.rc2
+
+  Otherwise, push the signed tag.
+
+    $ git push origin tag 1.24.0.rc2
+
 * Upload the distribution archive and auxiliary files as described in
   the "Automated Upload Procedure" section of the GNU Maintainers'
   Guide.

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to