Skip to content

Commit

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

* docs: customize release notes categories based on labels

* Update release.yml

* Move dependencies under maintenance

---------

Co-authored-by: Keegan Campbell <[email protected]>
  • Loading branch information
laughedelic and kfcampbell authored 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
Original file line number Diff line number Diff line change
@@ -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.