Skip to content

Commit

Permalink
Allow calling out breaking changes in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Oct 14, 2024
1 parent 0191d6d commit 3d1f94d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking changes
labels:
- breaking-change
- title: Features
labels:
- enhancement
- title: Bug fixes
labels:
- bug
- title: Other changes
labels:
- "*"
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
builds:
- skip: true
changelog:
use: github-native

0 comments on commit 3d1f94d

Please sign in to comment.