Fix manual-release
I think `closest_pushable` should be feasible, but I don't want to spend
time tinkering with it right now.
change qzyppvswolxnqqwzykuvxuqmkyxvrsyo
commit 7bfbd8475eb73bf9d7b314dc82e25f34bd7500b1
author Alpha Chen <alpha@kejadlen.dev>
date
parent 82dc6c48
diff --git a/justfile b/justfile
index 5a91935..cbbcd72 100644
--- a/justfile
+++ b/justfile
@@ -86,7 +86,7 @@ install:
 # Manual release: tag a revision (default: closest_pushable()) as
 # v<UTC-date>-<short-sha> and push to github. Use this when the normal CI path
 # is not working. Triggers the release workflow.
-manual-release rev="closest_pushable()":
+manual-release rev="@-":
     #!/usr/bin/env bash
     set -euo pipefail
     sha=$(jj log -r "{{rev}}" --no-graph -T commit_id --limit 1)