Skip to content

Commit

Permalink
docs: configure release notes categories based on labels (#2184)
Browse files Browse the repository at this point in the history
* docs: customize release notes categories based on labels

* Update release.yml

* Move dependencies under maintenance

---------

Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
laughedelic and kfcampbell committed Mar 8, 2024
1 parent 52e1853 commit dd57a50
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/release.yml
@@ -0,0 +1,34 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes

changelog:
categories:
- title: πŸ’₯ Breaking Changes
labels:
- "Type: Breaking change"

- title: πŸš€ New Features
labels:
- "Type: Feature"
- "New data source"
- "New resource"

- title: πŸ› Bugfixes
labels:
- "Type: Bug"

- title: πŸͺ¦ Deprecations
labels:
- "Deprecation"

- title: πŸ› οΈ Maintenance
labels:
- "Type: Maintenance"
- "dependencies"

- title: πŸ“ Documentation
labels:
- "Type: Documentation"

- title: 🏷 Other Changes
labels:
- "*"

0 comments on commit dd57a50

Please sign in to comment.