mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
adjust bump script
This commit is contained in:
parent
dcc9a34e2c
commit
f84ffbfc53
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
V=$(git describe --tags --abbrev=0 --match "v[0-9]*.[0-9]*.[0-9]*")
|
V=$(node -p "require('./modules/desktop/package.json').version")
|
||||||
V=$(tea semverator bump $V $PRIORITY)
|
V=$(tea semverator bump $V $PRIORITY)
|
||||||
|
|
||||||
if ! grep -F "\"version\": \"$V\",$" modules/desktop/package.json; then
|
if ! grep -F "\"version\": \"$V\",$" modules/desktop/package.json; then
|
||||||
|
|
Loading…
Reference in a new issue