vikunja/desktop/bumpp.sh
kolaente 2e57b6e409
All checks were successful
continuous-integration/drone/push Build is passing
chore: release preparation
2024-02-10 14:46:33 +01:00

10 lines
219 B
Bash
Executable File

#!/bin/sh
set -xe
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