Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: 🐛 create default version value for forked repos #2303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 9, 2023
3 changes: 1 addition & 2 deletions build0.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

set -e
set -x
set -ex

# Generate the `version` file
ci/version.sh
Expand Down
8 changes: 8 additions & 0 deletions generate_default_tag.sh
Original file line number Diff line number Diff line change
@@ -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..."
set -ex
git tag "v0.0.0=0"