We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd96df commit ab502c2Copy full SHA for ab502c2
.circleci/config.yml
@@ -62,7 +62,7 @@ jobs:
62
- run: git checkout $DEFAULT_BRANCH
63
- run: npm --no-git-tag-version version patch
64
- run: git add package.json package-lock.json
65
- - run: git commit -m "Bump version after release"
+ - run: git commit -m "Bump version after release [skip ci]"
66
- run: git push origin $DEFAULT_BRANCH
67
68
workflows:
0 commit comments