summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2018-05-10 18:57:09 -0400
committerPaul Moore <paul@paul-moore.com>2018-05-10 18:57:09 -0400
commit0551cc5468617138728940082ff15374c2c71a2f (patch)
tree05b158f38702167af1e21aacbc77f382d780975b
parentb720c82f0a3e5674b851918849f3dd1839081fba (diff)
downloadlibseccomp-0551cc5468617138728940082ff15374c2c71a2f.tar.gz
doc: add git tag signing to the release process
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--RELEASE_PROCESS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md
index 1289126..25b3ac3 100644
--- a/RELEASE_PROCESS.md
+++ b/RELEASE_PROCESS.md
@@ -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