;tools: ghrelnotes-push: don't set the release to draft mode
Note, this might also create a non-draft release on first run.
This commit is contained in:
parent
8632b05ac1
commit
f634616e20
2
Justfile
2
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.
|
# Generate github release notes and (create/)update the draft release on github with the latest text. Run on release branch.
|
||||||
@ghrelnotes-push:
|
@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.
|
# Get the id of the latest run of the named workflow.
|
||||||
@ghrun-id WORKFLOW:
|
@ghrun-id WORKFLOW:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user