File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ release:
66
77changelog :
88 use : github
9- format : " [{{ .Message }}](https://github.com/obmondo/linuxaid-cli/commit/{{ .Commit }})"
9+ sort : asc
10+ format : " [{{ .SHA }}](https://github.com/obmondo/linuxaid-cli/commit/{{ .SHA }}) {{ .Message }}{{ with .AuthorUsername }} (@{{ . }})"
11+ abbrev : 7
1012 filters :
1113 exclude :
1214 - init
15+ - Merge pull request
16+ - Merge remote-tracking branch
17+ - Merge branch
1318 # Group commits messages by given regex and title.
1419 groups :
1520 - title : 💫 Features
@@ -25,11 +30,11 @@ archives:
2530 - formats : [tar.gz]
2631 # This name template makes the OS and Arch compatible with the results of uname.
2732 name_template : >-
28- {{ .ProjectName }}_
29- {{ .Tag }}_
33+ {{- .ProjectName }}_
34+ {{- .Tag }}_
3035 {{- .Os }}_
31- {{- .Arch }}_
32- {{- if .Arm }}v{{ .Arm }}{{ end }}
36+ {{- .Arch }}
37+ {{- if .Arm }}v{{ .Arm }}{{ end - }}
3338
3439before :
3540 hooks :
You can’t perform that action at this time.
0 commit comments