Skip to content

Commit 761154c

Browse files
committed
umm naming.
1 parent 3bf2538 commit 761154c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
usage() {
55
cat <<'EOF'
6-
Usage: tools/tag-release.sh <version>
6+
Usage: tools/create-release-tag.sh <version>
77
88
Creates an annotated git tag "v<version>".
99
@@ -12,7 +12,7 @@ Requirements:
1212
- Tag must not already exist
1313
1414
Examples:
15-
tools/tag-release.sh 0.9.2
15+
tools/create-release-tag.sh 0.9.2
1616
EOF
1717
}
1818

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DRY_RUN=0
1111

1212
usage() {
1313
cat <<'EOF'
14-
release-tag.sh [--version X.Y.Z] [--dry-run]
14+
publish-release-tag.sh [--version X.Y.Z] [--dry-run]
1515
1616
Creates an annotated git tag "v<version>" and pushes it to origin.
1717
If --version is omitted, uses the wayscriber crate version from Cargo metadata.

0 commit comments

Comments
 (0)