diff --git a/build-tools/bump-version.sh b/build-tools/bump-version.sh index ba9657c7..82371e8b 100644 --- a/build-tools/bump-version.sh +++ b/build-tools/bump-version.sh @@ -34,4 +34,5 @@ git commit -am "$1" cd examples find . -depth -type f -name '*.toml' -exec sed -i 's/^version = ".*" # sea-orm version$/version = "'$1'" # sea-orm version/' {} \; find . -depth -type f -name '*.toml' -exec sed -i 's/^version = ".*" # sea-orm-migration version$/version = "'$1'" # sea-orm-migration version/' {} \; -git commit -am "update examples" \ No newline at end of file +git add . +git commit -m "update examples" \ No newline at end of file