From 5db68d5c3f31e54b336a09d8db6a862996827c29 Mon Sep 17 00:00:00 2001 From: sliptype Date: Tue, 16 Apr 2024 14:32:34 -0500 Subject: [PATCH] Only bump client and mobile versions on release branch --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6956b5bb415..09e3386692b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -324,7 +324,7 @@ jobs: PREV_VERSION=$(jq -r .version ./package.json) CHANGELOG=$(git log --pretty=format:"[%h] %s %an" --date=short client-v${PREV_VERSION}..HEAD) npm i --ignore-scripts - npm version patch -ws --include-workspace-root --no-git-tag-version + npm version patch -w audius-client -w audius-mobile-client --include-workspace-root --no-git-tag-version git add . VERSION=$(jq -r .version ./package.json) MESSAGE="v${VERSION}