Skip to content

Commit

Permalink
scripts: ignore mrc in lerna versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop N <[email protected]>
  • Loading branch information
anooparveti committed Nov 6, 2024
1 parent f3d12c6 commit ece2a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ece2a64

Please sign in to comment.