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 daf9697 commit ae071ecCopy full SHA for ae071ec
circle.yml
@@ -41,7 +41,7 @@ deployment:
41
branch: master
42
commands:
43
- gulp bump-version changelog
44
- - git add package.json doc dist
+ - git add package.json doc
45
- git commit -m "Bumped version to $(jq -r .version package.json) [skip ci]"
46
- git tag -f -a $(jq -r .version package.json) -m "Automatic release via CircleCI"
47
- git push origin $CIRCLE_BRANCH
0 commit comments