- Update the version
[workspace.package]
inCargo.toml
. - Update the version of
parity-scale-codec-derive
dependency forparity-scale-codec
inCargo.toml
(parity-scale-codec-derive = { .., version = "=x.y.z", ...}
). - Test the new release on
polkadot-sdk
, ensureparity-scale-codec-derive
is 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.io
the packageparity-scale-codec-derive
and thenparity-scale-codec
.