1
0

chore: release preparation

This commit is contained in:
kolaente
2024-02-10 14:46:33 +01:00
parent 8752ae2a0b
commit 2e57b6e409
5 changed files with 112 additions and 8 deletions

View File

@ -2,9 +2,8 @@
set -xe
frontend_version=$(sed -n 's/.*"VERSION": "\([^"]*\)".*/\1/p' ./frontend/version.json)
frontend_version=$(git describe --tags --always --abbrev=10)
sed -i "s/\${version}/$frontend_version/g" package.json
sed -i "s/\"version\": \".*\"/\"version\": \"$frontend_version\"/" package.json