Skip to content

Commit

Permalink
docs/maintainer-guide.txt: clarify use of annotated Git tags [network…
Browse files Browse the repository at this point in the history
…upstools#1949]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jul 28, 2024
1 parent 09ee28f commit 24494a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/maintainer-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ MAINTAINER SANDBOX (to be completed and pushed)
make -j 8 spellcheck && \
make -j 8 distcheck
----
* create a GPG-signed tag v<incremented version> (ex: v2.8.0):
* create an annotated GPG-signed tag v<incremented version> (ex: `v2.8.0`):
----
:; git tag -sm 'Release NUT v2.8.0' v2.8.0
:; git tag -asm 'Release NUT v2.8.0' v2.8.0
----
** in case of second thoughts, `git tag -d v2.8.0` and retry later
** try to avoid adding signed tags later (ex. v2.8.0-signed) to avoid the
Expand Down

0 comments on commit 24494a5

Please sign in to comment.