diff options
| author | jvoisin | 2018-01-18 13:14:55 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-18 13:14:55 +0100 |
| commit | a97f1ef6c0760cea23c2cd2d02bce0c1a246a687 (patch) | |
| tree | 247811ee5652d441f02e984e60835a85ab3fddd3 /CONTRIBUTING.md | |
| parent | 0b36d6ab1d91cdfca0ddc686a8b2ed930505210d (diff) | |
Update the release process wrt. Debian packages
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a12bdc1..cf8d7e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -122,7 +122,8 @@ Maintainers need to do the following to push out a release: | |||
| 122 | 1. Make sure that all pending and mergeable pull requests are in | 122 | 1. Make sure that all pending and mergeable pull requests are in |
| 123 | 2. Update the `snuffleupagus.h` file with the new version number | 123 | 2. Update the `snuffleupagus.h` file with the new version number |
| 124 | 3. Update the changelog page in the documentation | 124 | 3. Update the changelog page in the documentation |
| 125 | 4. Create a tag for the release: | 125 | 4. Update the Debian changelog in ./debian/changelog with `dch` |
| 126 | 5. Create a tag for the release: | ||
| 126 | 127 | ||
| 127 | ```sh | 128 | ```sh |
| 128 | git checkout master | 129 | git checkout master |
| @@ -134,5 +135,5 @@ Maintainers need to do the following to push out a release: | |||
| 134 | git push --tags | 135 | git push --tags |
| 135 | ``` | 136 | ``` |
| 136 | 137 | ||
| 137 | 5. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) | 138 | 6. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) |
| 138 | 6. Do the *secret release dance* | 139 | 7. Do the *secret release dance* |
