sdk/publishing.md
When preparing to make a release of the SDK follow these steps:
0.0.X to 0.0.X + 1 (e.g., from 0.0.2 to 0.0.3) including updating the version requirement for any packages which have
workspace dependencies which are also being published.cargo publish --dry-run) in order to verify that publishing will be successful.git tag aptos-sdk-v0.0.X HEAD and push that tag to the aptos-labs/aptos-core repository.Here is the set of currently published packages that make up the aptos-sdk: