There was an error while loading. Please reload this page.
1 parent 819ca67 commit 8a56b25Copy full SHA for 8a56b25
1 file changed
Justfile
@@ -37,7 +37,6 @@ _bump_version bump:
37
git checkout main
38
git pull origin main
39
git reset # Unstage all files
40
- @just build
41
uv version --bump {{ bump }}
42
git add pyproject.toml uv.lock
43
@@ -47,8 +46,8 @@ _push_version:
47
46
git push origin main
48
49
_create_draft_release:
50
- gh release create $(uv version --short)--draft --generate-notes
51
- echo "> Follow the link to review and publish the release"
+ gh release create $(uv version --short) --draft --generate-notes
+ @echo "> Follow the link to review and publish the release"
52
53
# Regenerate documentation
54
[group("Docs")]
0 commit comments