File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ tag = False
8
8
[bumpversion:file:Cargo.lock]
9
9
10
10
[bumpversion:file:.github/ISSUE_TEMPLATE/bug_report.yml]
11
+
12
+ [bumpversion:file:.github/ISSUE_TEMPLATE/release.md]
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Release checklist
3
+ about : ' [for maintainer use]'
4
+ title : ' Release 0.3.0'
5
+ labels : ' '
6
+ assignees : ' joaander'
7
+
8
+ ---
9
+
10
+ - [ ] Run * bumpversion* .
11
+ - [ ] Run ` cargo update `
12
+ - [ ] Run ` cargo bundle-licenses --format yaml --output THIRDPARTY.yaml `
13
+ - [ ] Check for new or duplicate contributors since the last release:
14
+ ` comm -13 (git log $(git describe --tags --abbrev=0) --format="%aN <%aE>" | sort | uniq | psub) (git log --format="%aN <%aE>" | sort | uniq | psub) ` .
15
+ Add entries to ` .mailmap ` to remove duplicates.
16
+ - [ ] Add release date and highlights to release notes.
17
+ - [ ] Check readthedocs build, especially release notes formatting.
18
+ - [ ] Tag and push.
19
+ - [ ] Update conda-forge recipe.
You can’t perform that action at this time.
0 commit comments