]> git.proxmox.com Git - mirror_libseccomp.git/commitdiff
doc: add git tag signing to the release process
authorPaul Moore <paul@paul-moore.com>
Thu, 10 May 2018 22:57:09 +0000 (18:57 -0400)
committerPaul Moore <paul@paul-moore.com>
Thu, 10 May 2018 22:57:09 +0000 (18:57 -0400)
Signed-off-by: Paul Moore <paul@paul-moore.com>
RELEASE_PROCESS.md

index 12891267fc44c77cc380feec10b26c17659c11fd..25b3ac31c85d1d86405866052dbd12d189700d76 100644 (file)
@@ -62,9 +62,9 @@ release.
 
 #### 11. Update the version number in configure.ac AC_INIT(...) macro
 
-#### 12. Tag the release in the repository
+#### 12. Tag the release in the repository with a signed tag
 
-       # git tag -m "version X.Y.Z" vX.Y.Z
+       # git tag -s -m "version X.Y.Z" vX.Y.Z
        # git push --tags
 
 #### 13. Build final release tarball