We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbc980 commit 114d4f4Copy full SHA for 114d4f4
.github/release_checklist.md
@@ -5,6 +5,7 @@ Release checklist
5
- [ ] Set version to a stable number.
6
- [ ] Change current development version in `CHANGELOG.rst` to stable version.
7
- [ ] Change the version in `__init__.py`
8
+- [ ] Check if the address sanitizer does not find any problems using `tox -e asan`
9
- [ ] Merge the release branch into `main`.
10
- [ ] Created an annotated tag with the stable version number. Include changes
11
from CHANGELOG.rst.
0 commit comments