Skip to content

Commit

Permalink
fix: 🐛 create default version value for forked repos (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarMesqq authored Sep 9, 2023
1 parent deaa608 commit 0f25e82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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"

0 comments on commit 0f25e82

Please sign in to comment.