generated from PlexSheep/baserepo
publish script mini update
This commit is contained in:
parent
d6cd2913d3
commit
4b7d08ae37
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
cargo check --all-features
|
||||
cargo ws version --no-git-commit
|
||||
NEW_VERSION=$(cat Cargo.toml| rg '^\s*version\s*=\s*"([^"]*)"\s*$' -or '$1')
|
||||
NEW_VERSION=$(cat Cargo.toml | rg '^\s*version\s*=\s*"([^"]*)"\s*$' -or '$1')
|
||||
bash scripts/set_all_versions.sh $NEW_VERSION
|
||||
git add -A
|
||||
git commit -m "Release v$NEW_VERSION"
|
||||
|
|
Reference in New Issue