diff options
| author | Ben Fuhrmannek | 2021-02-16 11:16:59 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-02-16 11:16:59 +0100 |
| commit | 5484bcb5eb2714e7438927e2566c86a74d7c51af (patch) | |
| tree | b78326d2999397be4c08e06b23209981f82a4ea9 /CONTRIBUTING.md | |
| parent | 7ac1e3866ef4f146c6c93a5ca13b9aebb14e936a (diff) | |
| parent | cecfdd808da67be908dbe7144cc8c74dfb3f855e (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
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) |
| 125 | 2. Run `valgrind` (by adding a `-m` after the `-q` in the Makefile) and check that everything is ok. | 125 | 2. 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. |
| 127 | 2. Run `cd src; phpize; ./configure --enable-snuffleupagus --enable-debug; scan-build make` | ||
| 128 | and fix the possible issues. | ||
| 127 | 3. Update the `src/php_snuffleupagus.h` according to [semantic versioning](https://semver.org/) | 129 | 3. Update the `src/php_snuffleupagus.h` according to [semantic versioning](https://semver.org/) |
| 128 | 4. Update the changelog page in the documentation | 130 | 4. Update the changelog page in the documentation |
| 129 | 5. Update the Debian changelog in `./debian/changelog` with `cd debian; dch` | 131 | 5. Update the Debian changelog in `./debian/changelog` with `cd debian; dch` |
