We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867357d commit 3905b24Copy full SHA for 3905b24
.github/workflows/release.yml
@@ -26,6 +26,6 @@ jobs:
26
with:
27
distribution: goreleaser
28
version: '~> v2'
29
- args: release --rm-dist --timeout 80m
+ args: release --clean --timeout 80m
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yaml
@@ -1,4 +1,5 @@
1
# .goreleaser.yaml
2
+version: 2
3
builds:
4
-
5
@@ -31,4 +32,12 @@ builds:
32
goarm: arm64
33
- goos: plan9
34
35
+changelog:
36
+ disable: false
37
+ use: github
38
+ format: "{{.SHA}}: {{.Message}} (@{{.AuthorUsername}})"
39
+ sort: asc
40
+ abbrev: -1
41
+release:
42
+ footer: ""
43
0 commit comments