forked from IBM/sarama
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request IBM#2046 from Shopify/dnwe/github-release-notes
chore: add release notes configuration
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
- "*" |