Skip to content

Commit

Permalink
docs: add an initial ruleset for better Github release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Dec 13, 2024
1 parent 2ca2ba5 commit 9db3e3e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .github/release.yml
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

changelog:
exclude:
labels:
- ignore-for-release
- no-changelog

authors:
- pre-commit-ci[bot]
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: Exciting New Features 🎉
labels:
- enhancement
- title: Other Changes
labels:
- "*"

0 comments on commit 9db3e3e

Please sign in to comment.