@adbayb/stack 3.1.0-next-6bb2e29 → 3.1.0-next-920f3e1
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -442,7 +442,7 @@ const PRESERVE_FILES = ["node_modules"];
|
|
|
442
442
|
|
|
443
443
|
//#endregion
|
|
444
444
|
//#region package.json
|
|
445
|
-
var version = "3.1.0-next-
|
|
445
|
+
var version = "3.1.0-next-920f3e1";
|
|
446
446
|
|
|
447
447
|
//#endregion
|
|
448
448
|
//#region src/commands/create.ts
|
|
@@ -789,6 +789,7 @@ const createReleaseCommand = (program) => {
|
|
|
789
789
|
async handler() {
|
|
790
790
|
helpers.message("Bumping the package(s) version\n");
|
|
791
791
|
await changeset("changeset version");
|
|
792
|
+
await helpers.exec("git diff");
|
|
792
793
|
},
|
|
793
794
|
skip: ifNotEqualTo("increment")
|
|
794
795
|
}).task({
|