- Update the version
[workspace.package]inCargo.toml. - Update the version of
parity-scale-codec-derivedependency forparity-scale-codecinCargo.toml(parity-scale-codec-derive = { .., version = "=x.y.z", ...}). - Test the new release on
polkadot-sdk, ensureparity-scale-codec-deriveis also updated when testing. - Update the
CHANGELOG.md. - Merge all these changes to master.
- Add and push a git tag with the version number:
git tag "vX.Y.Z"; git push --tags. - Publish on
crates.iothe packageparity-scale-codec-deriveand thenparity-scale-codec.