feat(justfile): fj-driven create-release + group attrs (DEV-331) #49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/justfile-fj-pr-create-DEV-331"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
just create-releasewithfj pr create --host dev.a8n.run --body-file <mktemp>per DEV-331. The recipe now opens the release PR itself and prints the resulting<base>/pulls/<N>URL.[group: '<name>']attributes (build,checks dev,hooks release,run) sojust --listgroups recipes by intent.Why
DEV-331 calls out "open the URL and click through" as the only manual stop in the release loop.
fjalready handles auth, body files, and--host, so the recipe can open the PR itself. The grouping change is from the same task ("In the process, add groups to any justfile that does not have it.") so both edits land in one PR.Test plan
just --listshows the recipes grouped by[build,checks dev,hooks release,run].just create-release hotfixend-to-end on next release: branch + commit + push +fj pr createsucceed, the printedpulls/<N>URL opens the new PR, the post-merge.forgejo/workflows/create-release.ymlworkflow still tags and releases.#DEV-331