chore: bsd sed
This commit is contained in:
parent
473bb25061
commit
53f11655a9
3
justfile
3
justfile
|
@ -12,7 +12,8 @@ token_tests:
|
||||||
cargo run -- api energy-sites
|
cargo run -- api energy-sites
|
||||||
|
|
||||||
publish version:
|
publish version:
|
||||||
sed -i "s/^version = \".*\"$/version = \"{{version}}\"/" Cargo.toml
|
# BSD sed
|
||||||
|
sed -i '' "s/^version = \".*\"$/version = \"{{version}}\"/" Cargo.toml
|
||||||
|
|
||||||
git add Cargo.toml
|
git add Cargo.toml
|
||||||
git commit -m "chore: v{{version}}"
|
git commit -m "chore: v{{version}}"
|
||||||
|
|
Loading…
Reference in a new issue