diff --git a/.releaserc.yml b/.releaserc.yml index b3562cb5..c1561440 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 publish --no-git-tag-version --no-git-reset --no-push --yes --dist-tag=${nextRelease.channel} --exact ${nextRelease.version} + - publishCmd: yarn lerna publish --no-git-tag-version --no-git-reset --no-push --yes --exact ${nextRelease.version} - '@semantic-release/github' preset: conventionalcommits