File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Visit https://goreleaser.com for documentation on how to customize this
2
2
# behavior.
3
+ version : 2
3
4
before :
4
5
hooks :
5
6
# this is just an example and not a requirement for provider building/publishing
@@ -41,7 +42,7 @@ checksum:
41
42
signs :
42
43
- artifacts : checksum
43
44
args :
44
- # if you are using this in a GitHub action or some other automated pipeline, you
45
+ # if you are using this in a GitHub action or some other automated pipeline, you
45
46
# need to pass the batch flag to indicate its not interactive.
46
47
- " --batch"
47
48
- " --local-user"
@@ -56,5 +57,3 @@ release:
56
57
name_template : ' {{ .ProjectName }}_{{ .Version }}_manifest.json'
57
58
# If you want to manually examine the release before its live, uncomment this line:
58
59
# draft: true
59
- changelog :
60
- skip : true
You can’t perform that action at this time.
0 commit comments