Closed ordian closed 2 months 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.
As requested here: https://github.com/paritytech/polkadot-sdk/pull/5688#issuecomment-2352939516
I don't think it need to be backported to 2407, as the issue was not present there yet.