diff --git a/package.json b/package.json index 686968709..cbffa73b9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Ulf Gebhardt ", "license": "MIT", "scripts": { - "release": "yarn version --no-git-tag-version --no-commit-hooks --no-commit && auto-changelog --latest-version $(node -p -e \"require('./package.json').version\") && cd frontend && yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version $(node -p -e \"require('./../package.json').version\")" + "release": "scripts/release.sh" }, "dependencies": { "auto-changelog": "^2.2.1"