zarro 1.123.0 → 1.124.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.
- package/gulp-tasks/release-npm.js +2 -4
- package/index.js +0 -0
- package/package.json +1 -1
|
@@ -50,10 +50,8 @@
|
|
|
50
50
|
await git.add(":/");
|
|
51
51
|
await git.commit(`:bookmark: bump package version to ${version}`);
|
|
52
52
|
await gitTag({ tag });
|
|
53
|
-
await
|
|
54
|
-
|
|
55
|
-
gitPushTags(dryRun)
|
|
56
|
-
]);
|
|
53
|
+
await gitPush(dryRun);
|
|
54
|
+
await gitPushTags(dryRun);
|
|
57
55
|
}
|
|
58
56
|
});
|
|
59
57
|
})();
|
package/index.js
CHANGED
|
File without changes
|