Skip to content

Commit

Permalink
Merge pull request #1205 from pjkaufman/master
Browse files Browse the repository at this point in the history
Update Release Note Generation
  • Loading branch information
pjkaufman authored Oct 25, 2024
2 parents 0ca7bae + cd09165 commit a38eef6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .github/release.yml

changelog:
categories:
- title: 'Features'
labels:
- 'enhancement'
- title: 'Bugs'
labels:
- 'bug'
- title: 'Documentation'
label: 'documentation'
- title: 'Maintenance'
labels:
- 'github'
- 'dependencies'
- title: Other Changes
labels:
- "*"
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
gh release create "$tag" \
--title="$tag" \
--generate-notes \
--draft \
main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}.zip

0 comments on commit a38eef6

Please sign in to comment.