Working on frand deployement

This commit is contained in:
2026-08-30 10:37:09 +00:00
parent 35a3bb9ad2
commit 612e2243c0
18 changed files with 261 additions and 308 deletions
-4
View File
@@ -36,12 +36,8 @@ then
echo "Version bump from $current_version to $new_version"
sed --in-place --regexp-extended 's/version = "([0-9]{1,2}.[0-9]+.[0-9]+)"/version = "'"$new_version"'"/g' pyproject.toml
git add pyproject.toml
git commit -m "Version Bump v$new_version (frank)"
git tag "frank-v$new_version"
else
echo "No version bump"
echo "Usage: $0 <major|minor|patch|version_string>"
exit 1
fi
git push
git push --tags