diff options
| author | jvoisin | 2017-12-21 16:25:14 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-21 16:25:14 +0100 |
| commit | 543173ac37675472cb5a5520cdf72f09f8d3d5c4 (patch) | |
| tree | edd503c1e9a7cd2d80535054cf4230feda63dfb8 | |
| parent | 22a51d8c752c5bbad16ec8df6e365e043dc193ea (diff) | |
Improve a bit the release processv0.1.0
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fecee0b..34cfd02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -127,8 +127,11 @@ Maintainers need to do the following to push out a release: | |||
| 127 | git checkout master | 127 | git checkout master |
| 128 | git pull origin master | 128 | git pull origin master |
| 129 | make coverage | 129 | make coverage |
| 130 | git config user.signingkey 498C46FF087EDC36E7EAF9D445414A82A9B22D78 | ||
| 131 | git config user.email security@nbs-system.com | ||
| 130 | git tag -s $MAJOR.$MINOR.$PATCH | 132 | git tag -s $MAJOR.$MINOR.$PATCH |
| 131 | git push --tags | 133 | git push --tags |
| 132 | ``` | 134 | ``` |
| 133 | 135 | ||
| 134 | 4. Do the *secret release dance* | 136 | 4. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) |
| 137 | 5. Do the *secret release dance* | ||
