Skip to content

Commit

Permalink
release template
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Jan 17, 2025
1 parent e354225 commit d6b5e35
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# file location/name: .github/release.yml
changelog:
exclude:
labels: # A list of labels that exclude a pull request from appearing in release notes.
- skip-changelog
authors: # A list of user or bot login handles whose pull requests are to be excluded from release notes.
- dependabot[bot]
categories:
- title: 🚀 Features
labels:
- feature
- title: 🐛 Bug Fixes
labels:
- bug
- title: ⛓️‍💥 Breaking Changes
labels:
- breaking
- title: 🛡️ Dependencies
labels:
- dependency
- title: Other Changes
labels:
- "*" # Catch-all for pull requests that didn't match any of the previous categories

0 comments on commit d6b5e35

Please sign in to comment.