File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Tag and push a GitHub release from the workspace version in Cargo.toml.
44
55Usage:
6- python scripts/releases/github .py # dry-run (shows what would happen)
7- python scripts/releases/github .py --push # create tag and push to trigger release workflow
6+ python scripts/releases/1_github .py # dry-run (shows what would happen)
7+ python scripts/releases/1_github .py --push # create tag and push to trigger release workflow
88
99What it does:
1010 1. Reads the version from [workspace.package] in Cargo.toml
Original file line number Diff line number Diff line change 33Publish all workspace crates to crates.io in dependency order.
44
55Usage:
6- python scripts/releases/crates .py # dry-run (shows what would happen)
7- python scripts/releases/crates .py --publish # publish all crates to crates.io
6+ python scripts/releases/2_crates .py # dry-run (shows what would happen)
7+ python scripts/releases/2_crates .py --publish # publish all crates to crates.io
88
99What it does:
1010 1. Reads the version from [workspace.package] in Cargo.toml
You can’t perform that action at this time.
0 commit comments