Skip to content

Commit 0b329ff

Browse files
committed
Add address sanitizer check to release checklist
1 parent 76555bb commit 0b329ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/release_checklist.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release checklist
33
- [ ] Check [latest documentation](https://python-zlib-ng.readthedocs.io/en/latest/) looks fine.
44
- [ ] Create a release branch.
55
- [ ] 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`
67
- [ ] Merge the release branch into `main`.
78
- [ ] Created an annotated tag with the stable version number. Include changes
89
from CHANGELOG.rst.

0 commit comments

Comments
 (0)