Skip to content

Commit 0287429

Browse files
committed
ci(deployment): update condition-circle plugin to compatible version
1 parent 6105023 commit 0287429

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ deployment:
6060
semantic-release:
6161
branch: master
6262
commands:
63-
- npm run semantic-release
63+
- DEBUG=condition npm run semantic-release

package-lock.json

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"devDependencies": {
101101
"codecov.io": "^0.1.6",
102102
"commitizen": "^2.8.6",
103-
"condition-circle": "^1.5.0",
103+
"condition-circle": "^2.0.1",
104104
"conventional-commit-types": "^2.1.0",
105105
"cz-conventional-changelog": "^1.2.0",
106106
"html-webpack-plugin": "^2.28.0",

0 commit comments

Comments
 (0)