Compare commits

..

No commits in common. "32ca9b5dfb7cf3122cf28ce7e540f924508e68b7" and "65356eef6fb151113c6f9d58f2605e2d576f6f31" have entirely different histories.

3 changed files with 2 additions and 20 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.3.6"
current_version = "1.3.3"
commit = true
tag = true
tag_name = "{new_version}"

View File

@ -1 +1 @@
1.3.6
1.3.3

View File

@ -1,18 +0,0 @@
#!/bin/bash
set -ex
# Check if an argument is provided
if [ -z "$1" ]; then
echo "Usage: $0 <part>"
echo "Example: $0 patch"
exit 1
fi
PART=$1
# Bump the version
bump-my-version bump $PART
# Push the changes
git push
git push origin --tags