Open franciscoaguirre opened 3 days ago
This pull request is amending an existing release. Please proceed with extreme caution, as to not impact downstream teams that rely on the stability of it. Some things to consider:
Must either be already audited or not need an audit.
If you really need to bypass this check: add validate: false
to each crate
in the Prdoc where a breaking change is introduced. This will release a new major
version of that crate and all its reverse dependencies and basically break the release.
Backporting the new V5
ExecuteWithOrigin
instruction to stable2412