Skip to content

Commit

Permalink
feat: Generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Jul 8, 2024
1 parent acb0ed9 commit 0f4d698
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
changelog:
exclude:
labels:
- skip-changelog
categories:
- title: πŸ’£ Breaking Changes
labels:
- breaking change
- title: πŸ”” Deprecation Warnings
labels:
- deprecation
- title: πŸš€ Features
labels:
- enhancement
- title: πŸ› Bug Fixes
labels:
- bug
- title: πŸ§ͺ Tests
labels:
- tests
- title: πŸ“ Documentation
labels:
- documentation
- title: ⬆️ Dependencies
labels:
- dependencies
- title: πŸ”¨ Maintenance
labels:
- chore
- title: Other Changes
labels:
- "*"

0 comments on commit 0f4d698

Please sign in to comment.