summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0a6a408..88a3297 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -136,6 +136,7 @@ Maintainers need to do the following to push out a release:
136 git config user.email security@nbs-system.com 136 git config user.email security@nbs-system.com
137 git tag -s v$MAJOR.$MINOR.$PATCH -m "v$MAJOR.$MINOR.$PATCH" 137 git tag -s v$MAJOR.$MINOR.$PATCH -m "v$MAJOR.$MINOR.$PATCH"
138 git push --tags 138 git push --tags
139 git push origin master
139 ``` 140 ```
140 141
1419. Build the debian package with `make debian` 1429. Build the debian package with `make debian`