Skip to content

Commit

Permalink
create GitHub release notes generator config
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Feb 5, 2023
1 parent c8db7d4 commit fa9b603
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
authors:
- dependabot
- dependabot[bot]
- renovate
- renovate[bot]
- renovate-bot
- kodiakhq
- kodiakhq[bot]

categories:
- title: 📐 New Rules
labels:
- New Rule
- title: 🚀 Features
labels:
- feature
- enhancement
- title: 💥 Breaking Changes
labels:
- api-breaking change
- title: 🐛 Bug Fixes
labels:
- fix
- bugfix
- bug
- title: 🧰 Maintenance
labels:
- chore
- dependencies
- title: ℹ️ Website
labels:
- documentation
- title: Other Changes
labels:
- "*"

0 comments on commit fa9b603

Please sign in to comment.