Skip to content

Commit 7bbe43c

Browse files
committed
Merge pull request 'chore: update the release asset names and changelog with exclusion list' (#176) from chore/update-release-assets into main
Reviewed-on: https://gitea.obmondo.com/EnableIT/Linuxaid-cli/pulls/176
2 parents 70b29c4 + 24265f0 commit 7bbe43c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.goreleaser.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ release:
66
77
changelog:
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
3439
before:
3540
hooks:

0 commit comments

Comments
 (0)