Compare commits

..

2 Commits

Author SHA1 Message Date
Christoph J. Scherr b6ea9e142a chore: fix release scripts
cargo devel CI / cargo CI (push) Successful in 1m12s Details
2024-05-24 09:32:24 +02:00
Christoph J. Scherr d331c89a79 Merge pull request 'v0.2.0' (#7) from devel into master
cargo devel CI / cargo CI (push) Has been cancelled Details
Reviewed-on: #7
2024-05-24 09:31:16 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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"