We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--skip
1 parent aeb2c43 commit 89c6654Copy full SHA for 89c6654
1 file changed
script/release
@@ -94,7 +94,7 @@ build_local() {
94
;;
95
esac
96
[ -z "$tag_name" ] || export GORELEASER_CURRENT_TAG="$tag_name"
97
- announce goreleaser release -f "$goreleaser_config" --clean --skip-validate --skip-publish --release-notes="$(mktemp)"
+ announce goreleaser release -f "$goreleaser_config" --clean --skip validate,publish,announce --release-notes="$(mktemp)"
98
}
99
100
if [ -n "$is_local" ]; then
0 commit comments