summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2020-06-25 15:13:42 +0200
committerjvoisin2020-06-25 15:13:42 +0200
commitd9d92223c8da80523ef04e5ab4ccc390c813eae3 (patch)
tree3a9f5f4872c0adabd2b776536d37bd974885de2d
parent38cbef5edfde42ee76c08eaac9f149744eae884b (diff)
Add a step to the release process
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 40ad357..4ff2bee 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -124,6 +124,8 @@ Maintainers need to do the following to push out a release:
124 [milestone](https://github.com/jvoisin/snuffleupagus/milestones) 124 [milestone](https://github.com/jvoisin/snuffleupagus/milestones)
1252. Run `valgrind` (by adding a `-m` after the `-q` in the Makefile) and check that everything is ok. 1252. Run `valgrind` (by adding a `-m` after the `-q` in the Makefile) and check that everything is ok.
126 Don't mind the python-related issues. 126 Don't mind the python-related issues.
1272. Run `cd src; phpize; ./configure --enable-snuffleupagus --enable-debug; scan-build make`
128 and fix the possible issues.
1273. Update the `src/php_snuffleupagus.h` according to [semantic versioning](https://semver.org/) 1293. Update the `src/php_snuffleupagus.h` according to [semantic versioning](https://semver.org/)
1284. Update the changelog page in the documentation 1304. Update the changelog page in the documentation
1295. Update the Debian changelog in `./debian/changelog` with `cd debian; dch` 1315. Update the Debian changelog in `./debian/changelog` with `cd debian; dch`