@centipod/cli
Advanced tools
Comparing version 0.0.1-alpha.4 to 0.0.1-alpha.5
@@ -75,2 +75,6 @@ "use strict"; | ||
switch (e.code) { | ||
case core_1.CentipodErrorCode.NOTHING_TO_DO: | ||
logger_1.logger.info('Nothing to do. Evry packages are already up-to-date'); | ||
process.exit(0); | ||
break; | ||
case core_1.CentipodErrorCode.NO_SEMANTIC_RELEASE_TAGS_FOUND: | ||
@@ -77,0 +81,0 @@ logger_1.logger.error('Previous semantic release tag could not be found. Have you initialized semenatic-release with command "centipod semantic-release init <version>"'); |
{ | ||
"name": "@centipod/cli", | ||
"version": "0.0.1-alpha.4", | ||
"version": "0.0.1-alpha.5", | ||
"description": "Monorepo utils", | ||
@@ -17,3 +17,3 @@ "author": "Mario Arnautou", | ||
"dependencies": { | ||
"@centipod/core": "0.0.1-alpha.4", | ||
"@centipod/core": "0.0.1-alpha.5", | ||
"chalk": "^4.1.1", | ||
@@ -20,0 +20,0 @@ "commander": "^7.2.0" |
25475
550
+ Added@centipod/core@0.0.1-alpha.5(transitive)
- Removed@centipod/core@0.0.1-alpha.4(transitive)
Updated@centipod/core@0.0.1-alpha.5