Skip to content

Commit

Permalink
chore: add release notes configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwe committed Oct 4, 2021
1 parent bd4c972 commit f55bca6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
changelog:
exclude:
labels:
- ignore-for-release
- invalid
- no-changelog
- skip-changelog
categories:
- title: ":rotating_light: Breaking Changes"
labels:
- breaking
- title: ":tada: New Features / Improvements"
labels:
- enhancement
- feature
- feat
- title: ":bug: Fixes"
labels:
- bug
- bugfix
- fix
- regression
- title: ":package: Dependency updates"
labels:
- dependencies
- deps
- title: ":wrench: Maintenance"
labels:
- build
- chore
- ci
- housekeeping
- internal
- title: ":memo: Documentation"
labels:
- documentation
- docs
- title: ":heavy_plus_sign: Other Changes"
labels:
- "*"

0 comments on commit f55bca6

Please sign in to comment.