chore(go): route release notes through vociferate
This commit is contained in:
9
script/download-vociferate-binary.sh
Normal file
9
script/download-vociferate-binary.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
curl --fail --location \
|
||||
-H "Authorization: token ${TOKEN}" \
|
||||
-o "$BINARY_PATH" \
|
||||
"$ASSET_URL"
|
||||
chmod +x "$BINARY_PATH"
|
||||
Reference in New Issue
Block a user