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.
2 parents 6c001e3 + bc44521 commit 11de01aCopy full SHA for 11de01a
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
36
with:
37
args: release --clean
38
+ version: '~> v2'
39
env:
40
# GitHub sets the GITHUB_TOKEN secret automatically.
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yml
@@ -1,5 +1,6 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
+version: 2
4
before:
5
hooks:
6
# this is just an example and not a requirement for provider building/publishing
@@ -57,4 +58,4 @@ release:
57
58
# If you want to manually examine the release before its live, uncomment this line:
59
# draft: true
60
changelog:
- skip: true
61
+ disable: true
0 commit comments