Skip to content

Commit

Permalink
docs/maintainer-guide.txt: example command fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Apr 1, 2024
1 parent 20a7a3b commit f53a235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maintainer-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ MAINTAINER SANDBOX (to be completed and pushed)
----
* create a GPG-signed tag v<incremented version> (ex: v2.8.0):
----
:; git tag -sm 'Release NUT v2.8.0'
:; git tag -sm 'Release NUT v2.8.0' v2.8.0
----
** try to avoid adding signed tags later (ex. v2.8.0-signed) to avoid the
mess in GitHub release URLs (or do amend that post-factum), for more
Expand Down

0 comments on commit f53a235

Please sign in to comment.