Use jj tags for manual releases
change pmlwyrvxznuwyszuztwxnqqwnuouwqot
commit ea7536c7e6456ed3fb98a595aad61bd35c2a7449
author Alpha Chen <alpha@kejadlen.dev>
date
parent 0846ce51
diff --git a/justfile b/justfile
index fda807e..bc2e554 100644
--- a/justfile
+++ b/justfile
@@ -92,6 +92,6 @@ manual-release rev="@-":
     short=${sha:0:8}
     date=$(TZ=UTC git show -s --format=%cd --date=format-local:%Y-%m-%d "$sha")
     tag="v${date}-${short}"
-    git tag "$tag" "$sha"
+    jj tag set "$tag" -r {{rev}}
     git push github "$tag"
     echo "Tagged and pushed $sha as $tag"