Skip to content

Commit

Permalink
add release.yml (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjako authored Jul 29, 2024
1 parent 08909b5 commit e4f6b06
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking-change
- title: Enhancements
labels:
- Semver-Minor
- enhancement
- title: Bug Fixes
labels:
- Semver-Patch
- bug
- title: Documentation
labels:
- documentation
- title: Dependency Updates
labels:
- dependencies

0 comments on commit e4f6b06

Please sign in to comment.