Skip to content

Commit 2367889

Browse files
committed
chore: allow arguments from command line in hatch bump script
1 parent fdf88e2 commit 2367889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@ package = ["python scripts/package.py"]
175175
publish = ["python scripts/publish.py"]
176176
extract-release-notes = ["python scripts/extract_release_notes.py"]
177177
is-prerelease = ["python scripts/is_prerelease.py"]
178-
bump = ["cz bump"]
178+
bump = ["cz bump {args}"]
179179
install-bundled-editable = "python ./scripts/install_bundled_editable.py"

0 commit comments

Comments
 (0)