Skip to content

Commit

Permalink
Only bump web and mobile versions on release branch (#8128)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Apr 17, 2024
1 parent 863aed6 commit dcd2e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit dcd2e0f

Please sign in to comment.