We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31caa1 commit 4ebc009Copy full SHA for 4ebc009
.goreleaser.yaml
@@ -66,8 +66,11 @@ changelog:
66
- title: Fixes
67
order: 1
68
regexp: "(fix|perf)"
69
- - title: Others
+ - title: Dependencies
70
order: 999
71
+ regexp: '\(deps\):'
72
+ - title: Others
73
+ order: 998
74
brews:
75
- homepage: https://github.com/gabe565/moreutils
76
description: "A Go rewrite of moreutils: A collection of the Unix tools that nobody thought to write long ago when Unix was young."
0 commit comments