Skip to content

Commit 024a311

Browse files
committed
refactor: reorganize release notes draft format
1 parent bb5c7d9 commit 024a311

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/PULL_REQUEST_TEMPLATE/release_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TODO
1111
- [ ] test locally
1212
- [ ] upload assets to draft release
1313
- [ ] 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*)
14+
- [ ] double-check github release tag is the commit with artifacts (_note gets messed up after uploading assets_)
1515
- [ ] publish release
1616
- [ ] merge PR
1717
- [ ] 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)