Skip to content

Commit

Permalink
Add release drafter configuration for catalog (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Apr 27, 2023
1 parent 1d88971 commit 400aa43
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/release-drafter-catalog.yml
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!
1 change: 1 addition & 0 deletions automations/js/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ render-release-drafter:
just render templates/release-drafter.yml.jinja .github/release-drafter-api.yml '{ "app": "API" }'
just render templates/release-drafter.yml.jinja .github/release-drafter-ingestion_server.yml '{ "app": "Ingestion server" }'
just render templates/release-drafter.yml.jinja .github/release-drafter-frontend.yml '{ "app": "Frontend" }'
just render templates/release-drafter.yml.jinja .github/release-drafter-catalog.yml '{ "app": "Catalog" }'

# Render all templates (shortcut for easy iteration)
render-templates:
Expand Down

0 comments on commit 400aa43

Please sign in to comment.