diff options
| author | jvoisin | 2018-01-18 10:58:39 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-18 10:58:39 +0100 |
| commit | 8b69ee4f557bb1314d98afb09ab133d036f30483 (patch) | |
| tree | 30932ffb0f6da8751eaeee045ef6589c45c60c25 /CONTRIBUTING.md | |
| parent | f99a8cfbb711756a2c6520a52768f49d9a4380c4 (diff) | |
Update a bit the release process
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8e8f37..a12bdc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -119,9 +119,10 @@ Any maintainer is allowed to merge a PR if all of these conditions are met. | |||
| 119 | 119 | ||
| 120 | Maintainers need to do the following to push out a release: | 120 | Maintainers need to do the following to push out a release: |
| 121 | 121 | ||
| 122 | 1. Make sure all pull requests are in and that changelog is current | 122 | 1. Make sure that all pending and mergeable pull requests are in |
| 123 | 2. Update `snuffleupagus.h` file and changelog with new version number | 123 | 2. Update the `snuffleupagus.h` file with the new version number |
| 124 | 3. Create a tag for that release: | 124 | 3. Update the changelog page in the documentation |
| 125 | 4. Create a tag for the release: | ||
| 125 | 126 | ||
| 126 | ```sh | 127 | ```sh |
| 127 | git checkout master | 128 | git checkout master |
| @@ -133,5 +134,5 @@ Maintainers need to do the following to push out a release: | |||
| 133 | git push --tags | 134 | git push --tags |
| 134 | ``` | 135 | ``` |
| 135 | 136 | ||
| 136 | 4. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) | 137 | 5. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) |
| 137 | 5. Do the *secret release dance* | 138 | 6. Do the *secret release dance* |
