diff options
| author | Remi Collet | 2018-01-22 10:27:23 +0100 |
|---|---|---|
| committer | blotus | 2018-01-22 10:27:23 +0100 |
| commit | cb613937dceda3e9768b96a67e2a6b6cad800c24 (patch) | |
| tree | f03883e3738ee47144aa434028a92d29cb97833d /CONTRIBUTING.md | |
| parent | c166a9ff5b7213276a3c14e00a9ba7f0ede98186 (diff) | |
switch to commonly used version schema (#136)
* switch to commonly used version schema
* update release process
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf8d7e5..13130f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -120,7 +120,7 @@ Any maintainer is allowed to merge a PR if all of these conditions are met. | |||
| 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 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: drop the -dev suffix and check new version comply with [semantic versioning](https://semver.org/) |
| 124 | 3. Update the changelog page in the documentation | 124 | 3. Update the changelog page in the documentation |
| 125 | 4. Update the Debian changelog in ./debian/changelog with `dch` | 125 | 4. Update the Debian changelog in ./debian/changelog with `dch` |
| 126 | 5. Create a tag for the release: | 126 | 5. Create a tag for the release: |
| @@ -136,4 +136,5 @@ Maintainers need to do the following to push out a release: | |||
| 136 | ``` | 136 | ``` |
| 137 | 137 | ||
| 138 | 6. 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) |
| 139 | 7. Do the *secret release dance* | 139 | 7. Update the `snuffleupagus.h` file: bump the version 3rd digit and add the -dev suffix |
| 140 | 8. Do the *secret release dance* | ||
