Skip to content

Commit

Permalink
chore: update bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
pxseu committed Aug 31, 2022
1 parent 32a57d8 commit f58f614
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/bump.sh
Expand Up @@ -9,12 +9,7 @@ TAG=$1

echo "Bumping to $TAG"

if ! command -v cargo bump -h 2> /dev/null; then
echo "error: you do not have 'cargo bump' installed which is required for this script."
exit 1
fi

cargo bump $TAG
sed -i "s/^version = .*/version = \"$TAG\"/" Cargo.toml

sleep 10

Expand Down

0 comments on commit f58f614

Please sign in to comment.