diff --git a/package.json b/package.json index 2e61cc5a..9ac01472 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Yuval keidar ", "scripts": { "release": "standard-version", - "postrelease": "git push --follow-tags && conventional-github-releaser" + "postrelease": "git push --follow-tags && conventional-github-releaser -p angular" }, "license": "MIT", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 50c9c1ec..c102b89c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1257,7 +1257,7 @@ split@^1.0.0: dependencies: through "2" -standard-version@^4.2.0: +standard-version@^4.0.0: version "4.4.0" resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-4.4.0.tgz#99de7a0709e6cafddf9c5984dd342c8cfe66e79f" integrity sha512-jJ8FZhnmh9xJRQLnaXiGRLaAUNItIH29lOQZGpL5fd4+jUHto9Ij6SPCYN86h6ZNNXkYq2TYiIVVF7gVyC+pcQ==