diff --git a/package.json b/package.json index a2c7b70..3b1866c 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "lint": "eslint src", "lint:staged": "lint-staged", "prettier": "prettier --write --single-quote true --trailing-comma all --print-width 100", + "release:version": "node ./changelog --version $VERSION && git push origin && git push origin --follow-tags", "release:patch": "npm version patch && git push --follow-tags", "release:minor": "npm version minor && git push --follow-tags", "release:major": "npm version major && git push --follow-tags"