Skip to content

Commit

Permalink
Add automatic release-note generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
seternate committed Mar 7, 2024
1 parent b1c3f43 commit fe43fbb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- unverified
- wont-do
- rejected
categories:
- title: Breaking Changes 🛠
labels:
- feature
- breaking-change
- title: New Features 🎉
labels:
- feature
- title: Bug Fix 🐞
labels:
- "bug"
- title: Other Changes
labels:
- "*"
2 changes: 2 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ jobs:
files: ./lanty
dest: lanty.zip
- name: Create Release
if:
id: create_release
uses: softprops/action-gh-release@v1
with:
files: |
lanty.zip
generate_release_notes: true
needs: build-windows

0 comments on commit fe43fbb

Please sign in to comment.