@livingdocs/release-tools
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@livingdocs/release-tools", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "CLI tools for handling a release on git/github", | ||
@@ -24,3 +24,6 @@ "main": "index.js", | ||
"semantic-release": "^7.0.2" | ||
}, | ||
"release": { | ||
"verifyConditions": "@semantic-release/condition-travis" | ||
} | ||
} |
2716804