We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6249061 commit b3b01ccCopy full SHA for b3b01cc
justfile
@@ -42,3 +42,10 @@ release version: (uv "version" version)
42
git tag "v$(uv version --short)"
43
git push
44
git push --tags
45
+
46
+version-bump version_bump: (uv "version" "--bump" version_bump)
47
+ git add pyproject.toml
48
+ git commit -m "release: 🔖 v$(uv version --short)" --no-verify
49
+ git tag "v$(uv version --short)"
50
+ git push
51
+ git push --tags
0 commit comments