1 2 3 4 5 6 7 8 9 10 11 12
release-patch: cargo release patch --no-publish --execute release-minor: cargo release minor --no-publish --execute release-major: cargo release major --no-publish --execute upgrade: cargo +nightly update --breaking -Z unstable-options