contribute-now 0.7.2-dev.e7535dc → 0.7.2-dev.f0ed468
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/dist/cli.js +2 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -12240,6 +12240,7 @@ ${import_picocolors9.default.bold("Changed files:")}`);
|
|
|
12240
12240
|
process.exit(1);
|
|
12241
12241
|
}
|
|
12242
12242
|
success(`Committed: ${import_picocolors9.default.bold(finalMessage)}`);
|
|
12243
|
+
process.exit(0);
|
|
12243
12244
|
}
|
|
12244
12245
|
});
|
|
12245
12246
|
async function runGroupCommit(model, config) {
|
|
@@ -12825,7 +12826,7 @@ var import_picocolors11 = __toESM(require_picocolors(), 1);
|
|
|
12825
12826
|
// package.json
|
|
12826
12827
|
var package_default = {
|
|
12827
12828
|
name: "contribute-now",
|
|
12828
|
-
version: "0.7.2-dev.
|
|
12829
|
+
version: "0.7.2-dev.f0ed468",
|
|
12829
12830
|
description: "Developer CLI that automates git workflows \u2014 branching, syncing, committing, and PRs \u2014 with multi-workflow and commit convention support.",
|
|
12830
12831
|
type: "module",
|
|
12831
12832
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contribute-now",
|
|
3
|
-
"version": "0.7.2-dev.
|
|
3
|
+
"version": "0.7.2-dev.f0ed468",
|
|
4
4
|
"description": "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|