Skip to content

Commit

Permalink
Add a step to the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Jun 25, 2020
1 parent 38cbef5 commit d9d9222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ Maintainers need to do the following to push out a release:
[milestone](https://github.com/jvoisin/snuffleupagus/milestones)
2. Run `valgrind` (by adding a `-m` after the `-q` in the Makefile) and check that everything is ok.
Don't mind the python-related issues.
2. Run `cd src; phpize; ./configure --enable-snuffleupagus --enable-debug; scan-build make`
and fix the possible issues.
3. Update the `src/php_snuffleupagus.h` according to [semantic versioning](https://semver.org/)
4. Update the changelog page in the documentation
5. Update the Debian changelog in `./debian/changelog` with `cd debian; dch`
Expand Down

0 comments on commit d9d9222

Please sign in to comment.