Skip to content

Commit

Permalink
add release config for creating github releases
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <rwaffen@gmail.com>
  • Loading branch information
rwaffen committed Jun 28, 2024
1 parent fbedbb3 commit b7d9d09
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions moduleroot/.github/release.yml.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

changelog:
exclude:
labels:
- skip-changelog

categories:
- title: Breaking Changes 🛠
labels:
- backwards-incompatible

- title: New Features 🎉
labels:
- enhancement

- title: Other Changes
labels:
- "*"

0 comments on commit b7d9d09

Please sign in to comment.