fix(release): replace release-plz prep automation #100
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!100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-release-prep-package-verify"
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
Verification
This PR replaces the
release-plztool with a custom release preparation process using local scripts andteafor PR creation. The changes appear well-structured, but ensure that new commands and error handling are robust. The removal ofrelease-plz.tomlshould be verified to ensure all configurations are covered by the new process.Walkthrough
release-plzwith local scripts andteafor release preparation and PR creation.cargo semver-checks.teacommands is robust.release-plz. Verify all configurations are now handled by the new process.plancommand to determine release version and type.🟡 Warning: The removal of
release-plz.tomlindicates a shift away from usingrelease-plz. Ensure that all necessary configurations are now handled by the new release process to avoid any disruptions.