Skip to content

Commit

Permalink
Merge pull request #1108 from gettakaro/enhance-release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele authored Aug 16, 2024
2 parents 05d0851 + 9e0a40d commit 5e8dc9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ categories:
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
- title: '🤖🧰 Dependency updates'
label: 'renovate'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand All @@ -28,4 +30,4 @@ version-resolver:
template: |
## Changes
$CHANGES
$CHANGES
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"baseBranches": [
"development"
],
"addLabels": [
"renovate"
],
"packageRules": [
{
"matchDepTypes": [
Expand Down

0 comments on commit 5e8dc9a

Please sign in to comment.