-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release drafter configuration for catalog (#1913)
- Loading branch information
1 parent
1d88971
commit 400aa43
Showing
2 changed files
with
28 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,27 @@ | ||
# This file is generated from templates/release-drafter.yml.jinja | ||
# Changes to this file must be made in the template first | ||
|
||
tag-prefix: catalog- | ||
categories: | ||
- title: New Features | ||
label: "🌟 goal: addition" | ||
- title: Improvements | ||
label: "✨ goal: improvement" | ||
- title: Internal Improvements | ||
labels: | ||
- "🤖 aspect: dx" | ||
- "🧰 goal: internal improvement" | ||
- title: Bug Fixes | ||
label: "🛠 goal: fix" | ||
# Identical to the default except it uses `-` instead of `*` to match our Markdown linter | ||
change-template: "- $TITLE (#$NUMBER) @$AUTHOR" | ||
exclude-labels: | ||
- "skip-changelog" | ||
include-labels: | ||
- "🧱 stack: catalog" | ||
template: | | ||
$CHANGES | ||
## Credits | ||
Thanks to $CONTRIBUTORS for their contributions! |
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