We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76555bb commit 0b329ffCopy full SHA for 0b329ff
.github/release_checklist.md
@@ -3,6 +3,7 @@ Release checklist
3
- [ ] Check [latest documentation](https://python-zlib-ng.readthedocs.io/en/latest/) looks fine.
4
- [ ] Create a release branch.
5
- [ ] Change current development version in `CHANGELOG.rst` to stable version.
6
+- [ ] Check if the address sanitizer does not find any problems using `tox -e asan`
7
- [ ] Merge the release branch into `main`.
8
- [ ] Created an annotated tag with the stable version number. Include changes
9
from CHANGELOG.rst.
0 commit comments