-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
691 additions
and
747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Release | ||
about: Template for creating a checklist issue for a new release. | ||
title: Tag v<new version> | ||
labels: release | ||
assignees: Callum027 | ||
|
||
--- | ||
|
||
Checklist: | ||
|
||
1. [ ] Set milestone to `v<new version>` | ||
1. [ ] Get the raw changelog using the following command: | ||
```bash | ||
$ git log --oneline --decorate v<previous version>..HEAD | ||
``` | ||
1. [ ] Update the `tool.poetry.version` field in `pyproject.toml` | ||
1. [ ] Create pull request: <paste pull request here> | ||
1. [ ] Merge pull request | ||
1. [ ] Check that the CI pipeline passed on `main`: <paste CI workflow here> | ||
1. [ ] Tag the new release | ||
1. [ ] Check that the release was automatically published to PyPI: <paste release workflow here> | ||
1. [ ] Close release milestone | ||
1. [ ] Close this issue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.