Skip to content

Commit aa32f30

Browse files
Allow multiple args to hatch version
1 parent 593cefd commit aa32f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_tools/version_bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ! git diff-index --quiet HEAD -- ; then
3636
fi
3737

3838
# Bump version number
39-
if ! hatch version "$1" ; then
39+
if ! hatch version "$@" ; then
4040
echo "Failed to update version"
4141
exit 1
4242
fi

0 commit comments

Comments
 (0)