Skip to content

Commit

Permalink
Collect dependency changes by dependabot in a separate changelog group
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Oct 14, 2024
1 parent 33cc874 commit 6dcca58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ archives:
- LICENSE
- README.md

changelog:
groups:
- title: Dependencies
regexp: '(?i)^[a-f0-9]{8,64}\s+Bump\s+[-.\w]+/\w.*\sto\s'
order: 1
- order: 0

release:
draft: true
prerelease: auto
Expand Down

0 comments on commit 6dcca58

Please sign in to comment.