We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faff02e commit 34d4736Copy full SHA for 34d4736
1 file changed
build/build.sh
@@ -67,7 +67,7 @@ if [ "$IS_RELEASE" = true ]; then
67
68
# Commit version bump
69
git add internal/version/version.go
70
- git commit -m "Bump version to $VERSION"
+ git commit -m "Bump version to $VERSION" || echo "Version already set in code, skipping commit."
71
else
72
# Read current version from code for standard build
73
VERSION="$(grep -E 'var Version =' internal/version/version.go \
0 commit comments