Closed paritytech-cmd-bot-polkadot-sdk[bot] closed 2 days ago
Please cherry-pick the changes locally and resolve any conflicts.
git fetch origin backport-6323-to-stable2409
git worktree add --checkout .worktree/backport-6323-to-stable2409 backport-6323-to-stable2409
cd .worktree/backport-6323-to-stable2409
git reset --hard HEAD^
git cherry-pick -x 8e3d929623d43398ed3ab8c9ca813aff32588011
git push --force-with-lease
backport only to 2412
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.
Backport #6323 into
stable2409
from gui1117.See the documentation on how to use this bot.