Skip to content

Commit fc8c654

Browse files
committed
chore: add goreleaser configuration
1 parent b46fed4 commit fc8c654

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.goreleaser.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)