chore: bump version to v0.2.0
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
set -euo pipefail
|
||||
|
||||
VERSION="$(git cliff --bumped-version)"
|
||||
sed -i "s/^version = \".*\"/version = \"${VERSION}\"/" Cargo.toml
|
||||
VERSION_CLEAN="${VERSION#v}"
|
||||
sed -i "s/^version = \".*\"/version = \"${VERSION_CLEAN}\"/" Cargo.toml
|
||||
cargo check
|
||||
echo Press Y to commit version bump to ${VERSION}
|
||||
echo Press Y to commit version bump to ${VERSION_CLEAN}
|
||||
read -r CONFIRM
|
||||
if [ "${CONFIRM}" != "Y" ]; then
|
||||
echo Aborting
|
||||
|
||||
Reference in New Issue
Block a user