@clickview/ship-it 0.0.35-dev.7 → 0.0.35-dev.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,7 +94,6 @@ var BumpPackagesTask = /** @class */ (function () {
94
94
  return [2 /*return*/, false];
95
95
  }
96
96
  (0, child_process_1.execSync)(lernaVersionCmd, { stdio: 'inherit' });
97
- process.exit(0);
98
97
  utils_1.Logger.logSuccess('Successfully executed Lerna versioning command.');
99
98
  return [2 /*return*/, true];
100
99
  }
@@ -158,8 +157,7 @@ var BumpPackagesTask = /** @class */ (function () {
158
157
  // Bump the patch with the preId "dev". We currently only support dev prereleases on patch versions
159
158
  if (options.preId === 'dev') {
160
159
  utils_1.Logger.logMessage("Incrementing the patch version for each package and appending preId: \"dev\".");
161
- return [2 /*return*/, "lerna version minor --exact --no-git-tag-version --no-push --yes"];
162
- // return `lerna version prepatch --preid dev ${SHARED_LERNA_OPTIONS}`;
160
+ return [2 /*return*/, "lerna version prepatch --preid dev ".concat(SHARED_LERNA_OPTIONS)];
163
161
  }
164
162
  if (options.preId === 'rc') {
165
163
  // Bump the minor number with the preId "rc". Release branches always bump the minor number.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/ship-it",
3
- "version": "0.0.35-dev.7",
3
+ "version": "0.0.35-dev.9",
4
4
  "description": "Release Manager",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {