Skip to content

Commit

Permalink
📦 Add release.yml
Browse files Browse the repository at this point in the history
I noticed that rdoc and irb have a release.yml.  This is slightly
different from theirs.  It has all of the categories that I've been
using for recent releases.  It does not add emojis to the category
titles, because that seems redundant with emojis for individual PRs.
  • Loading branch information
nevans committed Nov 18, 2024
1 parent 3094fcc commit 04c4469
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes
labels: ["breaking"]
- title: Added
labels: ["enhancement"]
- title: Deprecated
labels: ["deprecation"]
- title: Fixed
labels: ["bug"]
- title: Documentation
labels: ["documentation"]
- title: Other Changes
labels: ["*"]
exclude:
labels:
- "tests-only"
- "dependencies"
- "workflows"
authors:
- "dependabot"
- title: Miscellaneous
labels: ["*"]

0 comments on commit 04c4469

Please sign in to comment.