Skip to content

Commit

Permalink
Improve a bit the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Dec 21, 2017
1 parent 22a51d8 commit 543173a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,11 @@ Maintainers need to do the following to push out a release:
git checkout master
git pull origin master
make coverage
git config user.signingkey 498C46FF087EDC36E7EAF9D445414A82A9B22D78
git config user.email security@nbs-system.com
git tag -s $MAJOR.$MINOR.$PATCH
git push --tags
```

4. Do the *secret release dance*
4. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases)
5. Do the *secret release dance*

0 comments on commit 543173a

Please sign in to comment.