diff --git a/.releaserc.yml b/.releaserc.yml index 8c014a13..1abd3490 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -18,7 +18,7 @@ plugins: - - '@semantic-release/changelog' - changelogTitle: "# Changelog\n\nAll notable changes to this project will be documented in this file." - - '@semantic-release/exec' - - publishCmd: yarn lerna version ${nextRelease.version} --no-git-tag-version --no-git-reset --no-push --yes --exact && npm publish --workspaces --access public + - publishCmd: yarn lerna version ${nextRelease.version} --no-git-tag-version --no-push --yes --exact && npm publish --workspaces --access public - '@semantic-release/github' preset: conventionalcommits