Skip to content

Commit

Permalink
Bump version on current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed May 9, 2022
1 parent f36e0d2 commit 4bf9502
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 @@ -282,7 +282,7 @@ jobs:
command: |
git config --global user.email $GITHUB_USER_EMAIL
git config --global user.name $GITHUB_USER_NAME
git checkout master
git checkout ${CIRCLE_BRANCH}
npm set git-tag-version false && npm version patch
git add .
git commit -m "Bring on version $(node -p "require('./package').version")!"
Expand Down

0 comments on commit 4bf9502

Please sign in to comment.