Skip to content

Commit eb1e4a2

Browse files
dion-gionetrandy-but-a-ro[bot]
authored andcommitted
chore: update goreleaser configuration for version 2
1 parent 4da895e commit eb1e4a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing
@@ -41,7 +42,7 @@ checksum:
4142
signs:
4243
- artifacts: checksum
4344
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
4546
# need to pass the batch flag to indicate its not interactive.
4647
- "--batch"
4748
- "--local-user"
@@ -56,5 +57,3 @@ release:
5657
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
5758
# If you want to manually examine the release before its live, uncomment this line:
5859
# draft: true
59-
changelog:
60-
skip: true

0 commit comments

Comments
 (0)