We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650f192 commit b4f3a0dCopy full SHA for b4f3a0d
.goreleaser.yaml
@@ -1,6 +1,11 @@
1
before:
2
hooks:
3
- go mod tidy
4
+
5
+git:
6
+ ignore_tags:
7
+ - "{{ if not .IsNightly }}nightly{{ end }}"
8
9
builds:
10
- binary: shiori
11
env:
@@ -26,6 +31,7 @@ builds:
26
31
goarch: arm
27
32
- goos: windows
28
33
goarch: arm64
34
29
35
archives:
30
36
- id: shiori
37
name_template: >-
@@ -47,8 +53,10 @@ archives:
47
53
48
54
checksum:
49
55
name_template: 'checksums.txt'
56
50
57
snapshot:
51
58
name_template: "{{ incpatch .Version }}-next"
59
52
60
changelog:
61
sort: asc
62
groups:
@@ -79,5 +87,6 @@ changelog:
79
87
exclude:
80
88
- "^deps:"
81
89
- "^chore\\(deps\\):"
90
82
91
release:
83
92
prerelease: auto
0 commit comments