chore: revert version to 1.20.0-0 and fix formatting on release

This commit is contained in:
Johannes Loher 2023-07-22 00:46:19 +02:00
parent b4b4db9da4
commit e1cf452344
No known key found for this signature in database
GPG key ID: 7CB0A9FB553DA045
3 changed files with 11 additions and 23 deletions

View file

@ -34,7 +34,7 @@ steps:
- git config user.name woodpecker[bot]
- git config user.email woodpecker[bot]@${CI_SYSTEM_HOST}
- pnpm bump-version --release=${RELEASE_TYPE}
- pnpm exec prettier package.json system.json
- pnpm exec prettier --write package.json system.json
- export RELEASE_VERSION=$(jq -r '.version' < package.json)
- git --no-pager diff
- git add package.json system.json