Skip to content

Commit

Permalink
Configure automatic release notes categories (#19)
Browse files Browse the repository at this point in the history
* Configure automatic release notes categories

* Skip running tests on updates to release / dependabot config files
  • Loading branch information
matt-graham authored Oct 7, 2024
1 parent 1e180e4 commit 0e96fe2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- "docs/**"
- "CITATION.cff"
- "LICENSE"
- ".github/release.yml"
- ".github/dependabot.yml"
schedule:
- cron: "0 0 * * 1"

Expand Down

0 comments on commit 0e96fe2

Please sign in to comment.