fix(release): keep release prep metadata-only #238
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!238
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/release-prepare-skip-checks"
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
cargo semver-checksin release-prep as release-type planning input for semver-aware version bumps--no-verifyso local pre-push hooks do not run full verificationtea pr lsoutput beforejqfilteringopen_prsfrom that file so Nix stdout chatter cannot corrupt jq inputVerification
rtk cargo test -p ar-gateway --test ci_workflow_contractrtk just fmtThe PR removes release verification checks from the release-prepare job and updates the method for querying open PRs using the Forgejo API. It appears safe to merge, but ensure that the removal of checks does not impact critical validation processes.
Walkthrough
cargo semver-checksfrom the release-prepare job, simplifying the release process by focusing on metadata updates.--no-verifytogit pushto bypass local hooks, ensuring a smoother CI/CD pipeline.🟡 Warning: The removal of the
cargo semver-checksverification from the release-prepare job is intentional, but ensure that this does not affect any critical release validation processes that might be necessary for your workflow.That was a mistake. Just fixed it.
New commits pushed, approval review dismissed automatically according to repository settings
The PR enhances the release preparation workflow by integrating
cargo semver-checksfor semver-aware version bumps and modifies the push command to bypass local hooks. It also updates the test suite to reflect these changes, ensuring the workflow behaves as expected.Walkthrough
Δ since
8117cf1:cargo semver-checksagainst a baseline tag.--no-verifyto bypass local hooks.release_prepare_uses_semver_checks_for_release_type_planningto check for the presence ofcargo semver-checksand the correct handling of release types.