From 543173ac37675472cb5a5520cdf72f09f8d3d5c4 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 21 Dec 2017 16:25:14 +0100 Subject: [PATCH] Improve a bit the release process --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fecee0b7..34cfd026 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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*