We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46fed4 commit fc8c654Copy full SHA for fc8c654
.goreleaser.yaml
@@ -0,0 +1,28 @@
1
+version: 2
2
+
3
+builds:
4
+ - skip: true
5
6
+changelog:
7
+ use: github
8
+ sort: asc
9
+ groups:
10
+ - title: "New Features and updates"
11
+ regexp: "^.*feat[(\\w)]*:+.*$"
12
+ order: 0
13
+ - title: "Bug fixes"
14
+ regexp: "^.*fix[(\\w)]*:+.*$"
15
+ order: 10
16
+ - title: "Documentation updates"
17
+ regexp: "^.*docs[(\\w)]*:+.*$"
18
+ order: 20
19
+ - title: Other work
20
+ order: 999
21
+ filters:
22
+ exclude:
23
+ - ^test
24
+ - changelog
25
+ - typo
26
+ - Readme
27
+ - ^Merge pull request
28
+ - ^Merge branch
0 commit comments