feat(justfile): fj-driven create-release (DEV-331) #32
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(...)]attributes already cover every recipe.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.Test plan
just --liststill groups the recipes (no regression).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 release workflow still tags and releases.#DEV-331