-
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
2 changed files
with
21 additions
and
0 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
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,19 @@ | ||
--- | ||
name: Release checklist | ||
about: '[for maintainer use]' | ||
title: 'Release 0.3.0' | ||
labels: '' | ||
assignees: 'joaander' | ||
|
||
--- | ||
|
||
- [ ] Run *bumpversion*. | ||
- [ ] Run `cargo update` | ||
- [ ] Run `cargo bundle-licenses --format yaml --output THIRDPARTY.yaml` | ||
- [ ] Check for new or duplicate contributors since the last release: | ||
`comm -13 (git log $(git describe --tags --abbrev=0) --format="%aN <%aE>" | sort | uniq | psub) (git log --format="%aN <%aE>" | sort | uniq | psub)`. | ||
Add entries to `.mailmap` to remove duplicates. | ||
- [ ] Add release date and highlights to release notes. | ||
- [ ] Check readthedocs build, especially release notes formatting. | ||
- [ ] Tag and push. | ||
- [ ] Update conda-forge recipe. |