Skip to content

Commit

Permalink
Merge pull request #176 from ClusterCockpit/hotfix
Browse files Browse the repository at this point in the history
Switch release changelog to include filter
  • Loading branch information
moebiusband73 authored Jul 3, 2023
2 parents c935af2 + e7ecc26 commit 56f66aa
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,11 @@ snapshot:
changelog:
sort: asc
filters:
exclude:
- "^test:"
- "^chore"
- "merge conflict"
- Merge pull request
- Merge remote-tracking branch
- Merge branch
include:
- "^feat:"
- "^fix:"
- "^sec:"
- "^docs:"
groups:
- title: "Dependency updates"
regexp: '^.*?(feat|fix)\(deps\)!?:.+$'
Expand All @@ -99,8 +97,6 @@ changelog:
- title: "Documentation updates"
regexp: ^.*?doc(\([[:word:]]+\))??!?:.+$
order: 400
- title: Other work
order: 9999
release:
draft: false
footer: |
Expand Down

0 comments on commit 56f66aa

Please sign in to comment.