fix(release): keep PR selection inside Nix #240
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!240
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/release-prepare-pr-selection"
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
nix developshellHook stdout (sync hooks) as PR IDsset -euo pipefailVerification
superseded_prscapturedsync hooks: ✔️ (pre-push)fromnix develop --command jqprojected_json=[],json_projection_oksuperseded=<123> existing=<456>,selection_okrtk cargo test -p ar-gateway --test ci_workflow_contractrtk just fmtThe PR refactors the release preparation workflow to run all PR selection and management commands inside a single Nix shell, addressing issues with stdout interference. The changes appear safe to merge, but thorough testing is recommended to ensure the fix is effective.
Walkthrough
nix developinvocations into a single shell script block.jqandteacommands are executed within the same Nix environment to prevent stdout interference.