contribute-now 0.9.0-dev.902a9c3 → 0.9.0-dev.987ca85
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/README.md +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# contribute-now
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
<!-- Created with GitHub Repo Banner by Waren Gonzaga: https://ghrb.waren.build -->
|
|
5
5
|
|
|
6
6
|
**contribute-now** is a developer CLI that automates git workflows — branching, syncing, staging, committing, and opening PRs — so you can focus on shipping, not on memorizing git commands.
|
package/dist/cli.js
CHANGED
|
@@ -13766,7 +13766,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
|
|
|
13766
13766
|
// package.json
|
|
13767
13767
|
var package_default = {
|
|
13768
13768
|
name: "contribute-now",
|
|
13769
|
-
version: "0.9.0-dev.
|
|
13769
|
+
version: "0.9.0-dev.987ca85",
|
|
13770
13770
|
description: "Developer CLI that automates git workflows \u2014 branching, syncing, committing, and PRs \u2014 with multi-workflow and commit convention support.",
|
|
13771
13771
|
type: "module",
|
|
13772
13772
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contribute-now",
|
|
3
|
-
"version": "0.9.0-dev.
|
|
3
|
+
"version": "0.9.0-dev.987ca85",
|
|
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": {
|