Skip to content

Commit 8a56b25

Browse files
committed
Fix just release process
1 parent 819ca67 commit 8a56b25

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Justfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ _bump_version bump:
3737
git checkout main
3838
git pull origin main
3939
git reset # Unstage all files
40-
@just build
4140
uv version --bump {{ bump }}
4241
git add pyproject.toml uv.lock
4342

@@ -47,8 +46,8 @@ _push_version:
4746
git push origin main
4847

4948
_create_draft_release:
50-
gh release create $(uv version --short)--draft --generate-notes
51-
echo "> Follow the link to review and publish the release"
49+
gh release create $(uv version --short) --draft --generate-notes
50+
@echo "> Follow the link to review and publish the release"
5251

5352
# Regenerate documentation
5453
[group("Docs")]

0 commit comments

Comments
 (0)