diff options
| author | jvoisin | 2018-02-05 17:35:14 +0100 |
|---|---|---|
| committer | jvoisin | 2018-02-05 17:35:14 +0100 |
| commit | 3ab41db5bb38ec534e96f89680e55becd758aa28 (patch) | |
| tree | be278f37f9dfee3e86498e70ae179eec0d5a7b45 /CONTRIBUTING.md | |
| parent | 4cbca117a3f2ef2d6695504970378ec4c483d19f (diff) | |
Add a bla about valgrind
Diffstat (limited to '')
| -rw-r--r-- | CONTRIBUTING.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13130f5..ab8fbf8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -120,10 +120,11 @@ 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: drop the -dev suffix and check new version comply with [semantic versioning](https://semver.org/) | 123 | 2. Run `valgrind` and check that everything is ok |
| 124 | 3. Update the changelog page in the documentation | 124 | 3. Update the `snuffleupagus.h` file: drop the -dev suffix and check new version comply with [semantic versioning](https://semver.org/) |
| 125 | 4. Update the Debian changelog in ./debian/changelog with `dch` | 125 | 4. Update the changelog page in the documentation |
| 126 | 5. Create a tag for the release: | 126 | 5. Update the Debian changelog in ./debian/changelog with `dch` |
| 127 | 6. Create a tag for the release: | ||
| 127 | 128 | ||
| 128 | ```sh | 129 | ```sh |
| 129 | git checkout master | 130 | git checkout master |
| @@ -135,6 +136,6 @@ Maintainers need to do the following to push out a release: | |||
| 135 | git push --tags | 136 | git push --tags |
| 136 | ``` | 137 | ``` |
| 137 | 138 | ||
| 138 | 6. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) | 139 | 7. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) |
| 139 | 7. Update the `snuffleupagus.h` file: bump the version 3rd digit and add the -dev suffix | 140 | 8. Update the `snuffleupagus.h` file: bump the version 3rd digit and add the -dev suffix |
| 140 | 8. Do the *secret release dance* | 141 | 9. Do the *secret release dance* |
