diff --git a/package.json b/package.json index e533aba5..3526de52 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint": "npm run prettier:fix && npm run eslint:fix && npm run stylelint:fix", "test": "echo \"Error: no test specified\" && exit 1", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", - "release": "standard-version", + "release": "standard-version --tag-prefix=''", "deploy": "node gh-pages-deploy.js", "prepare": "husky install" },