Skip to content

Commit

Permalink
chore: add release.yaml to configure release notes generation (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica authored May 30, 2024
1 parent f41d610 commit a3f3270
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes

changelog:
exclude:
labels:
- canceled
- duplicate
- question
categories:
- title: New Features 🎉
labels:
- enhancement
- title: Bug Fixes 🐛
labels:
- bug
- title: Breaking Changes 🛠
labels:
- breaking-change

- title: Dependency Upgrades
labels:
- dependencies
- title: Internal Changes 🏠
labels:
- "*"

0 comments on commit a3f3270

Please sign in to comment.