generated from PlexSheep/rs-base
chore: fix release scripts
cargo devel CI / cargo CI (push) Successful in 1m18s
Details
cargo devel CI / cargo CI (push) Successful in 1m18s
Details
This commit is contained in:
parent
d331c89a79
commit
b6ea9e142a
|
@ -4,7 +4,7 @@ NEW_VERSION=$(cat Cargo.toml | rg '^\s*version\s*=\s*"([^"]*)"\s*$' -or '$1')
|
|||
GIT_COMMIT_SHA=$(git rev-parse HEAD)
|
||||
REPO=${PWD##*/} # name of cwd
|
||||
BODY="
|
||||
$(git log $(git describe --tags --abbrev=0)..HEAD --pretty="- %s" --oneline --decorate)
|
||||
$(git log $(git describe --tags --abbrev=0)..HEAD --pretty="- %s" --oneline --no-decorate)
|
||||
"
|
||||
USER=PlexSheep
|
||||
git tag "v$NEW_VERSION" || echo "could not tag"
|
||||
|
|
Reference in New Issue