Skip to content

Commit

Permalink
fix(ci): update bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Mar 6, 2024
1 parent f706fad commit 9fbf366
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bump-version.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#/bin/bash

if ! [[ $1 =~ ^[v] ]]; then
echo "Only version with vX.X.X are allowed"
exit -1
fi

GIT_TAG_VERSION=$1
INTEGRATION_VERSION=${GIT_TAG_VERSION:1}
INTEGRATION_VERSION=GIT_TAG_VERSION


echo "Bumping const.py and manifest.json to version: $INTEGRATION_VERSION"
Expand Down

0 comments on commit 9fbf366

Please sign in to comment.