public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: dwz@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] do-release.sh: Create signed annotated tags
Date: Wed, 13 Jul 2022 14:40:19 +0200	[thread overview]
Message-ID: <20220713124019.21206-1-mark@klomp.org> (raw)

---
 README.release-checklist      | 2 +-
 contrib/release/do-release.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.release-checklist b/README.release-checklist
index a936919..cb6bbad 100644
--- a/README.release-checklist
+++ b/README.release-checklist
@@ -7,7 +7,7 @@
   - --major to do a major update: $maj.$min -> $(($maj + 1)).0
   This:
   - adds a commit that updates the VERSION file,
-  - tags that commit, and
+  - creates a signed annotated release tag for that commit, and
   - pushes both the commit and the tag to the remote repository.
 - Run contrib/release/upload-release.sh.
   This creates and uploads two release tarballs.
diff --git a/contrib/release/do-release.sh b/contrib/release/do-release.sh
index 0fde9a7..1127293 100755
--- a/contrib/release/do-release.sh
+++ b/contrib/release/do-release.sh
@@ -62,6 +62,6 @@ git commit -m "Bump version to $version"
 
 git push origin master:master
 
-git tag dwz-$version
+git tag -s -m "dwz $version release" dwz-$version
 
 git push origin dwz-$version
-- 
2.18.4


             reply	other threads:[~2022-07-13 12:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-13 12:40 Mark Wielaard [this message]
2022-11-03 15:07 ` Mark Wielaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220713124019.21206-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=dwz@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).