Skip to content

Commit

Permalink
https://docs.github.com/en/repositories/releasing-projects-on-github/…
Browse files Browse the repository at this point in the history
…automatically-generated-release-notes#example-configurations

add yml for automatic release notes generation
  • Loading branch information
ReneWerner87 committed Apr 8, 2024
1 parent dfe5c6f commit ec7b6db
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# .github/release.yml

changelog:
exclude:
labels:
- v2
authors:
- dependabot
- dependabot[bot]
categories:
- title: '❗ Breaking Changes'
labels:
- '❗ BreakingChange'
- title: '🚀 New Features'
labels:
- '✏️ Feature'
- '📝 Proposal'
- title: '🧹 Updates'
labels:
- '🧹 Updates'
- title: '🐛 Bug Fixes'
labels:
- '☢️ Bug'
- title: '🛠️ Maintenance'
labels:
- '🤖 Dependencies'
- title: '📚 Documentation'
labels:
- '📒 Documentation'
- title: 'Other Changes'
labels:
- '*'

0 comments on commit ec7b6db

Please sign in to comment.