Skip to content

Commit 114d4f4

Browse files
committed
Make ASAN checks of release procedure
1 parent 3fbc980 commit 114d4f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/release_checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release checklist
55
- [ ] Set version to a stable number.
66
- [ ] Change current development version in `CHANGELOG.rst` to stable version.
77
- [ ] Change the version in `__init__.py`
8+
- [ ] Check if the address sanitizer does not find any problems using `tox -e asan`
89
- [ ] Merge the release branch into `main`.
910
- [ ] Created an annotated tag with the stable version number. Include changes
1011
from CHANGELOG.rst.

0 commit comments

Comments
 (0)