@clickview/ship-it 0.0.35-dev.14 → 0.0.35-dev.15

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.
@@ -74,8 +74,9 @@ var BumpPackagesTask = /** @class */ (function () {
74
74
  switch (_b.label) {
75
75
  case 0:
76
76
  utils_1.Logger.logTask('Bumping clickview npm package versions');
77
- this.isReleaseBranch = RELEASE_BRANCH_REGEX.test(options.branchName);
77
+ this.isReleaseBranch = RELEASE_BRANCH_REGEX.test(options.branchName) || true;
78
78
  this.isHotfixBranch = HOTFIX_BRANCH_REGEX.test(options.branchName);
79
+ utils_1.Logger.logTask('Detected that monorepo is currently in a pre-release state');
79
80
  _a = this;
80
81
  return [4 /*yield*/, this.getIsInPrerelease(options.branchName)];
81
82
  case 1:
@@ -90,11 +91,12 @@ var BumpPackagesTask = /** @class */ (function () {
90
91
  isValid = this.validateOptions(options);
91
92
  if (!isValid)
92
93
  return [2 /*return*/, false];
94
+ utils_1.Logger.logInfo('Options are valid! Proceeding to bump package versions.');
93
95
  commitFiles = this.getCommitFiles(options);
94
96
  return [4 /*yield*/, this.service.commit(utils_1.ProjectIds.MONOREPO_PROJECT_ID, options.branchName, 'Bump package versions', commitFiles)];
95
97
  case 3:
96
98
  _b.sent();
97
- utils_1.Logger.logSuccess('Successfully executed Lerna versioning command.');
99
+ utils_1.Logger.logSuccess('Successfully committed updated version numbers.');
98
100
  return [2 /*return*/, true];
99
101
  }
100
102
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/ship-it",
3
- "version": "0.0.35-dev.14",
3
+ "version": "0.0.35-dev.15",
4
4
  "description": "Release Manager",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {