add script to update version
This commit is contained in:
parent
f615f21773
commit
42f91f6ab4
7
newversion.sh
Normal file
7
newversion.sh
Normal file
@ -0,0 +1,7 @@
|
||||
version="$1"
|
||||
sed -i "s/version.*/version = \"$version\"/" ./pyproject.toml
|
||||
git diff
|
||||
git add ./pyproject.toml
|
||||
git commit -m "new version v$version"
|
||||
git tag v$version
|
||||
#git push --tags
|
Loading…
Reference in New Issue
Block a user