Skip to content

Commit

Permalink
Merge pull request #2046 from Shopify/dnwe/github-release-notes
Browse files Browse the repository at this point in the history
chore: add release notes configuration
  • Loading branch information
dnwe committed Oct 4, 2021
2 parents 712b6bb + f55bca6 commit a131b7f
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 a131b7f

Please sign in to comment.