Skip to content
/ addrb Public

Commit 3905b24

Browse files
committed
Update goreleaser config
1 parent 867357d commit 3905b24

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
distribution: goreleaser
2828
version: '~> v2'
29-
args: release --rm-dist --timeout 80m
29+
args: release --clean --timeout 80m
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# .goreleaser.yaml
2+
version: 2
23
builds:
34
-
45
env:
@@ -31,4 +32,12 @@ builds:
3132
goarm: arm64
3233
- goos: plan9
3334
goarm: arm64
35+
changelog:
36+
disable: false
37+
use: github
38+
format: "{{.SHA}}: {{.Message}} (@{{.AuthorUsername}})"
39+
sort: asc
40+
abbrev: -1
41+
release:
42+
footer: ""
3443

0 commit comments

Comments
 (0)