Skip to content

Commit

Permalink
feat: allow to control changelog content via labels (#4024)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe authored Feb 10, 2025
1 parent c854e09 commit 3520486
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
categories:
- title: Features
labels:
- '*'
exclude:
labels:
- fix
- breaking-change
- dependencies
- bot
- title: Bug Fixes
labels:
- fix
- title: Breaking Changes
labels:
- breaking-change
- title: Dependencies
labels:
- dependencies
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"extends": [
"config:recommended"
],
"labels": [
"bot",
"dependencies"
],
"packageRules": [
{
"matchPackageNames": [
"!/^de\\.codecentric\\.boot\\.admin/"
]
],
},
{
"description": "Automatically merge minor and patch-level updates when checks pass, creates a PR otherwise",
Expand Down

0 comments on commit 3520486

Please sign in to comment.