We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff8da6 commit 309e620Copy full SHA for 309e620
1 file changed
root/Makefile
@@ -41,7 +41,7 @@ release:
41
@# Create a tag for our version
42
@git tag -d "$(APP_VERSION)" >&2 || true
43
@git tag "$(APP_VERSION)" >&2
44
- @./.bootstrap/shell/gobin.sh github.com/goreleaser/goreleaser@v0.160.0 release --skip-publish --rm-dist
+ @./.bootstrap/shell/gobin.sh github.com/goreleaser/goreleaser@v0.157.0 release --skip-publish --rm-dist
45
@# Delete the tag once we're done.
46
@git tag -d "$(APP_VERSION)" >&2
47
0 commit comments