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 deaa608 commit 0f25e82Copy full SHA for 0f25e82
build0.sh
@@ -1,7 +1,6 @@
1
#!/usr/bin/env bash
2
3
-set -e
4
-set -x
+set -ex
5
6
# Generate the `version` file
7
ci/version.sh
generate_default_tag.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+# Run this script when your local repo
+# #doesn't automatically fetch tags from upstream
+# It allows local development with a mocked tag
+echo "Generating default tag..."
8
+git tag "v0.0.0=0"
0 commit comments