Skip to content

Commit 826fdae

Browse files
committed
fix: correct release script docs
1 parent 3253bb3 commit 826fdae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/releases/1_github.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Tag and push a GitHub release from the workspace version in Cargo.toml.
44
55
Usage:
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
99
What it does:
1010
1. Reads the version from [workspace.package] in Cargo.toml

scripts/releases/2_crates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Publish all workspace crates to crates.io in dependency order.
44
55
Usage:
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
99
What it does:
1010
1. Reads the version from [workspace.package] in Cargo.toml

0 commit comments

Comments
 (0)