mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 11:22:21 +00:00
chore: Fix typo in release script.
This commit is contained in:
@@ -21,7 +21,7 @@ fi
|
|||||||
CURRENT_VERSION=$(uvx poetry version -s)
|
CURRENT_VERSION=$(uvx poetry version -s)
|
||||||
echo " > Current version is $CURRENT_VERSION"
|
echo " > Current version is $CURRENT_VERSION"
|
||||||
|
|
||||||
poetry uvx version "$1"
|
uvx poetry version "$1"
|
||||||
NEXT_VERSION=$(uvx poetry version -s)
|
NEXT_VERSION=$(uvx poetry version -s)
|
||||||
|
|
||||||
echo " > leggen bumped to $NEXT_VERSION"
|
echo " > leggen bumped to $NEXT_VERSION"
|
||||||
|
|||||||
Reference in New Issue
Block a user