zarro 1.180.5 → 1.181.0

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.
@@ -64,6 +64,7 @@
64
64
  }
65
65
  if (!env.resolveFlag(env.RELEASE_TAG_AND_PUSH)) {
66
66
  log.info(`Skipping commit/tag/push: version increment will not be retained in version control`);
67
+ return;
67
68
  }
68
69
  if (dryRun) {
69
70
  gutil.log(gutil.colors.yellow(`would commit all updated files`));
@@ -36,6 +36,7 @@
36
36
  }
37
37
  if (!env.resolveFlag(env.RELEASE_TAG_AND_PUSH)) {
38
38
  log.info(`Skipping commit/tag/push: version increment will not be retained in version control`);
39
+ return;
39
40
  }
40
41
  if (!version) {
41
42
  log.warn(`Unable to determine version to tag at - set '${env.GIT_TAG}' to manually override.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.180.5",
3
+ "version": "1.181.0",
4
4
  "description": "Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf",
5
5
  "bin": {
6
6
  "zarro": "index.js"