Skip to content

Commit

Permalink
build: update changelog order
Browse files Browse the repository at this point in the history
  • Loading branch information
leukipp committed Aug 2, 2023
1 parent 23db49d commit e1c661f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ changelog:
- "^(?i)(t)ypo"
- "^(?i)(m)erge"
groups:
- title: "Dependencies"
regexp: '^.*?(feat|fix|sec|ref|test|doc|build)\(deps\)!?:.+$'
order: 800
- title: "Features"
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 100
Expand All @@ -39,8 +42,5 @@ changelog:
- title: "Build"
regexp: ^.*?build(\([[:word:]]+\))??!?:.+$
order: 700
- title: "Dependencies"
regexp: '^.*?(feat|fix|sec|ref|test|doc|build)\(deps\)!?:.+$'
order: 800
- title: "Other"
order: 900

0 comments on commit e1c661f

Please sign in to comment.