From f634616e2035bc6d3d66602fde11844e17bc968b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Mar 2025 18:17:50 -1000 Subject: [PATCH] ;tools: ghrelnotes-push: don't set the release to draft mode Note, this might also create a non-draft release on first run. --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 3effe7c70..419a313b6 100644 --- a/Justfile +++ b/Justfile @@ -1513,7 +1513,7 @@ _on-master-branch: # Generate github release notes and (create/)update the draft release on github with the latest text. Run on release branch. @ghrelnotes-push: - just ghrelnotes | gh release edit -F- `cat .version` --draft + just ghrelnotes | gh release edit -F- `cat .version` # Get the id of the latest run of the named workflow. @ghrun-id WORKFLOW: