We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be71061 commit 39cbc33Copy full SHA for 39cbc33
.mise.toml
@@ -81,15 +81,10 @@ depends = ["install:cargo-hack"]
81
run = "cargo hack test --each-feature -- --test-threads=1"
82
83
[tasks.set-version]
84
-description = "Set version across all workspace crates"
+description = "Set version across all workspace crates (Usage: mise run set-version <version>)"
85
run = '''
86
#!/usr/bin/env bash
87
-
88
-if [ $# -eq 0 ]; then
89
- echo "Usage: mise run set-version <version>"
90
- exit 1
91
-fi
92
-version="$1"
+version="{{arg(name="version")}}"
93
sed -i "s/^version = .*/version = \"$version\"/" Cargo.toml
94
release-plz set-version axum-tracing-opentelemetry@"$version"
95
release-plz set-version fake-opentelemetry-collector@"$version"
0 commit comments