From d011da6e40d5895f1614d6b90f7dc862c592d3a7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 16 Dec 2024 15:06:07 -1000 Subject: [PATCH] ;tools: just: help edits --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 9662064e7..8c869d3f2 100644 --- a/Justfile +++ b/Justfile @@ -1441,7 +1441,7 @@ _on-master-branch: just _on-release-branch tools/relnotes.hs -# Generate github release notes for the current release, on stdout and in clipboard. +# Generate github release notes for the current release, on stdout and in clipboard. Run on release branch. @ghrelnotes: just _on-release-branch doc/ghrelnotes `cat .version` | tee pbcopy @@ -1449,7 +1449,7 @@ _on-master-branch: # echo "Paste into release created by tags push" # echo "Or if that failed, create it manually: https://github.com/simonmichael/hledger/releases/new" -# Generate github release notes and update the release on github with the latest text. +# Generate github release notes and update the release on github with the latest text. Run on release branch. @ghrelnotes-publish: just ghrelnotes | gh release edit -F- `cat .version`