@metasession.co/devaudit-cli 0.1.24 → 0.1.25
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/index.js
CHANGED
|
@@ -54,7 +54,7 @@ function emitJsonResult(payload) {
|
|
|
54
54
|
|
|
55
55
|
// package.json
|
|
56
56
|
var package_default = {
|
|
57
|
-
version: "0.1.
|
|
57
|
+
version: "0.1.25"};
|
|
58
58
|
|
|
59
59
|
// src/lib/version.ts
|
|
60
60
|
var CLI_VERSION = package_default.version;
|
|
@@ -2442,10 +2442,9 @@ async function runUpdate(options) {
|
|
|
2442
2442
|
log.success("=== Sync Complete ===");
|
|
2443
2443
|
log.log("");
|
|
2444
2444
|
log.log("Next steps for each consuming project:");
|
|
2445
|
-
log.log(" 1.
|
|
2446
|
-
log.log(" 2.
|
|
2447
|
-
log.log(" 3.
|
|
2448
|
-
log.log(" 4. Push to develop");
|
|
2445
|
+
log.log(" 1. Review the diff: git diff");
|
|
2446
|
+
log.log(" 2. Commit: git add -A && git commit -m 'chore: sync SDLC templates from DevAudit'");
|
|
2447
|
+
log.log(" 3. Push to develop");
|
|
2449
2448
|
log.log("");
|
|
2450
2449
|
log.warn("Do NOT auto-commit \u2014 review the changes first.");
|
|
2451
2450
|
}
|