From b6b519ab1b318675f8297a7e12a38080aebf11c8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 16 Sep 2025 06:56:29 -0700 Subject: [PATCH] ;tools:just ghnightly* -> nightly* --- Justfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Justfile b/Justfile index b407963d7..ee8c8af0f 100644 --- a/Justfile +++ b/Justfile @@ -1217,18 +1217,18 @@ nightly-push: git tag -f nightly master git push -f origin nightly git push -f origin master:binaries - echo "Now wait; when nightly binaries have built successfully, run just ghnightly-bin" + echo "Now wait; when nightly binaries have built successfully, run just nightly-bin" # Copy the latest-built nightly binaries to the Nightly prerelease. Wait for nightly-push's builds to complete first. -@ghnightly-bin: +@nightly-bin: gh workflow run nightly # Push the prerelease notes to the github nightly prerelease. -@ghnightly-notes: - gh release edit nightly -F doc/ghnightlynotes.md +@nightly-notes: + gh release edit nightly -F doc/nightlynotes.md # Browse the github nightly prerelease. -@ghnightly-open: +@nightly-open: gh release view -w nightly # Show the last release date and version (of the hledger package).