From 4cea4d2b2ee5a6ba3b4f322463968116c741186c Mon Sep 17 00:00:00 2001 From: Paul Wildenhain Date: Tue, 20 Dec 2022 10:27:58 -0500 Subject: [PATCH] :memo: Update release issue template --- .github/ISSUE_TEMPLATE/release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 19d5a4d4..3c4c4ed4 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -8,8 +8,9 @@ assignees: '' --- ## To do +- [ ] Draft GitHub release - [ ] Bump version: `poetry version minor` - [ ] Run all tests/styling/linting: `pytest` -- [ ] Update cannonical documentation: `mkdocs gh-deploy` - [ ] Merge release PR +- [ ] Update cannonical documentation: `mkdocs gh-deploy` - [ ] Publish to pypi: `poetry publish`