We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update_release_tag.sh
1 parent 683ea20 commit 33132c6Copy full SHA for 33132c6
scripts/update_release_tag.sh
@@ -1,5 +1,9 @@
1
#!/usr/bin/env bash
2
3
+SCRIPT_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
4
+
5
+cd $SCRIPT_DIR/..
6
7
if [ $# -ne 2 ]; then
8
echo "Usage: $0 <new_mainnet_tag> <new_devnet_tag>"
9
exit 1
0 commit comments