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.
1 parent 0a43b7f commit cba3ed1Copy full SHA for cba3ed1
site/content/release-verify.md
@@ -89,7 +89,7 @@ To run the script, you need the following pieces of information:
89
Example (values taken from the 1.2.0-rc2 release)
90
```bash
91
bash <(curl \
92
- -s https://raw.githubusercontent.com/apache/polaris/refs/heads/main/tools/verify-release/verify-release.sh) \
+ --silent https://raw.githubusercontent.com/apache/polaris/refs/heads/main/tools/verify-release/verify-release.sh) \
93
--git-sha 354a5ef6b337bf690b7a12fefe2c984e2139b029 \
94
--version 1.3.0-incubating-rc0 \
95
--maven-repo-id 1033
0 commit comments