public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] do-release.sh: Create signed annotated tags
@ 2022-07-13 12:40 Mark Wielaard
  2022-11-03 15:07 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2022-07-13 12:40 UTC (permalink / raw)
  To: dwz; +Cc: Mark Wielaard

---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] do-release.sh: Create signed annotated tags
  2022-07-13 12:40 [PATCH] do-release.sh: Create signed annotated tags Mark Wielaard
@ 2022-11-03 15:07 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2022-11-03 15:07 UTC (permalink / raw)
  To: dwz

Hi,

On Wed, 2022-07-13 at 14:40 +0200, Mark Wielaard wrote:
> ---
>  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

Pushed this.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-03 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 12:40 [PATCH] do-release.sh: Create signed annotated tags Mark Wielaard
2022-11-03 15:07 ` Mark Wielaard

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).