Skip to content

Commit

Permalink
Use Github changelog for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Oct 29, 2022
1 parent ec8ba23 commit 510c754
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes
labels:
- breaking-change
- title: New Features
labels:
- enhancement
- title: Bug Fixes
labels:
- bug
- title: Documentation
labels:
- documentation
- title: Other Changes
labels:
- "*"
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ builds:
- skip: true
release:
prerelease: auto
changelog:
use: github-native

0 comments on commit 510c754

Please sign in to comment.