summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorjvoisin2018-02-05 17:35:14 +0100
committerjvoisin2018-02-05 17:35:14 +0100
commit3ab41db5bb38ec534e96f89680e55becd758aa28 (patch)
treebe278f37f9dfee3e86498e70ae179eec0d5a7b45 /CONTRIBUTING.md
parent4cbca117a3f2ef2d6695504970378ec4c483d19f (diff)
Add a bla about valgrind
Diffstat (limited to '')
-rw-r--r--CONTRIBUTING.md15
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.
120Maintainers need to do the following to push out a release: 120Maintainers need to do the following to push out a release:
121 121
1221. Make sure that all pending and mergeable pull requests are in 1221. Make sure that all pending and mergeable pull requests are in
1232. Update the `snuffleupagus.h` file: drop the -dev suffix and check new version comply with [semantic versioning](https://semver.org/) 1232. Run `valgrind` and check that everything is ok
1243. Update the changelog page in the documentation 1243. Update the `snuffleupagus.h` file: drop the -dev suffix and check new version comply with [semantic versioning](https://semver.org/)
1254. Update the Debian changelog in ./debian/changelog with `dch` 1254. Update the changelog page in the documentation
1265. Create a tag for the release: 1265. Update the Debian changelog in ./debian/changelog with `dch`
1276. 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
1386. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases) 1397. Create the [release on github](https://github.com/nbs-system/snuffleupagus/releases)
1397. Update the `snuffleupagus.h` file: bump the version 3rd digit and add the -dev suffix 1408. Update the `snuffleupagus.h` file: bump the version 3rd digit and add the -dev suffix
1408. Do the *secret release dance* 1419. Do the *secret release dance*