diff --git a/scripts/release/release.sh b/scripts/release/release.sh index d7d8906c4665..5ef5391f10ae 100755 --- a/scripts/release/release.sh +++ b/scripts/release/release.sh @@ -32,7 +32,7 @@ version() { node_modules/.bin/lerna version --conventional-commits --no-commit-hooks --no-git-tag-version --no-push --allow-branch="${GIT_BRANCH}" --yes else printf "%s\n" "Releasing" - node_modules/.bin/lerna version --conventional-prerelease=@ovh-ux/shell,@ovh-ux/url-builder,@ovh-ux/manager-react-components,@ovh-ux/manager-react-shell-client,@ovh-ux/request-tagger --conventional-commits --no-commit-hooks --no-git-tag-version --no-push --yes + node_modules/.bin/lerna version --ignoreChanges=@ovh-ux/manager-react-components --conventional-prerelease=@ovh-ux/shell,@ovh-ux/url-builder,@ovh-ux/manager-react-components,@ovh-ux/manager-react-shell-client,@ovh-ux/request-tagger --conventional-commits --no-commit-hooks --no-git-tag-version --no-push --yes fi }