-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
.goreleaser.yml
39 lines (39 loc) · 855 Bytes
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
before:
hooks:
- go mod download
builds:
- skip: true
archives:
- format_overrides:
- goos: windows
format: zip
release:
github: {}
prerelease: auto
mode: append
footer: "**Full Changelog**: https://github.com/tomMoulard/htransformation/compare/{{ .PreviousTag }}...{{ .Tag }}"
changelog:
use: github
sort: asc
groups:
- title: Features
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Bug fixes"
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "Documentation"
regexp: '^.*?doc(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Others
order: 999
filters:
exclude:
- Merge branch
- Merge pull request
- Merge remote-tracking branch
- chore
- go mod tidy
- merge conflict
- test
- typo