Skip to content

Commit

Permalink
add release notes format for git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogoshika-ga committed Oct 17, 2024
1 parent b2774c8 commit 977ee3b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
changelog:
exclude:
labels:
- ignore-for-release
- github-actions
authors:
- octocat
- renovate[bot]
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: Exciting New Features 🎉
labels:
- enhancement
- feature
- title: Bug fixes 🐛
labels:
- bug
- title: Other Changes 🔄
labels:
- "*"

0 comments on commit 977ee3b

Please sign in to comment.