From 062b9709e66ac9f678efc8531dd65dbb497feaee Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 28 Apr 2023 00:35:28 -0600 Subject: [PATCH] update Releasing based on 1.9.16 release experiences --- Releasing | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Releasing b/Releasing index 4c989616..042f2d68 100644 --- a/Releasing +++ b/Releasing @@ -72,8 +72,8 @@ These are Bdale's notes on how to do a release. like debian are already pulled git log > ChangeLog - git commit -a - git tag -a # full x.y.z version + git commit -a -m'update ChangeLog for release' + git tag -a -m'Releasing ' # full x.y.z version - make sure .git/gbp.conf set to use branch- as upstream -- 2.30.2