rename escape-hatch to manual-release
Assisted-by: Owl Alpha via pi
change krpvolsxumykqnrmwwyzkoporuzupprn
commit a698233b041f07b500bd67330f74bdd7dc1be2e2
author Alpha Chen <alpha@kejadlen.dev>
date
parent oupqrvuo
diff --git a/justfile b/justfile
index 94d1c0b..fda807e 100644
--- a/justfile
+++ b/justfile
@@ -83,9 +83,9 @@ all: fmt clippy test
 install:
     cargo install --locked --path quire-server
 
-# Escape hatch: tag a revision (default: @-) as v<UTC-date>-<short-sha> and push to github.
-# This triggers the CI release workflow which builds + publishes a container image.
-escape-hatch rev="@-":
+# Manual release: tag a revision (default: @-) 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="@-":
     #!/usr/bin/env bash
     set -euo pipefail
     sha=$(jj log -r {{rev}} --no-graph -T commit_id --limit 1)