Skip to content

Commit 958d32d

Browse files
authored
Merge pull request #2969 from cdr/jsjoeio/update-release-template
refactor: reorganize release notes draft format
2 parents be02218 + 024a311 commit 958d32d

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.github/PULL_REQUEST_TEMPLATE/release_template.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ TODO
1010

1111
- [ ] test locally
1212
- [ ] upload assets to draft release
13-
- [ ] double-check github release tag is the commit with artifacts
13+
- [ ] test one of the release packages locally
14+
- [ ] double-check github release tag is the commit with artifacts (_note gets messed up after uploading assets_)
1415
- [ ] publish release
1516
- [ ] merge PR
1617
- [ ] update the homebrew package

ci/build/release-github-draft.sh

+13-6
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,27 @@ installations.
2121
2222
## New Features
2323
24-
- ⭐ Summarize new features here with references to issues
24+
⭐ Summarize new features here with references to issues
2525
26-
## VS Code
27-
- ⭐ Summarize VS Code version update here with references to issues
26+
- item
2827
2928
## Bug Fixes
30-
- ⭐ Summarize bug fixes here with references to issues
29+
30+
⭐ Summarize bug fixes here with references to issues
31+
32+
- item
3133
3234
## Documentation
33-
- ⭐ Summarize doc changes here with references to issues
35+
36+
⭐ Summarize doc changes here with references to issues
37+
38+
- item
3439
3540
## Development
36-
- ⭐ Summarize development/testing changes here with references to issues
3741
42+
⭐ Summarize development/testing changes here with references to issues
43+
44+
- item
3845
3946
Cheers! 🍻
4047
EOF

0 commit comments

Comments
 (0)