Skip to content

Commit

Permalink
Add configuration for automated release notes (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham authored Jan 6, 2025
1 parent 24e5b0f commit 5f403e9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: ✨ New features
labels:
- enhancement
- title: 📖 Documentation improvements
labels:
- documentation
- title: 🐛 Bug fixes
labels:
- bug
- title: 📦 Dependency updates
labels:
- dependencies
- title: ✅ Tests
labels:
- tests
- title: 🛠 Infrastructure
labels:
- infrastructure

0 comments on commit 5f403e9

Please sign in to comment.