File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
33
44usage () {
55 cat << 'EOF '
6- Usage: tools/tag -release.sh <version>
6+ Usage: tools/create -release-tag .sh <version>
77
88Creates an annotated git tag "v<version>".
99
@@ -12,7 +12,7 @@ Requirements:
1212- Tag must not already exist
1313
1414Examples:
15- tools/tag -release.sh 0.9.2
15+ tools/create -release-tag .sh 0.9.2
1616EOF
1717}
1818
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DRY_RUN=0
1111
1212usage () {
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
1616Creates an annotated git tag "v<version>" and pushes it to origin.
1717If --version is omitted, uses the wayscriber crate version from Cargo metadata.
You can’t perform that action at this time.
0 commit comments