release-monorepo-semantically 1.9.1 → 1.9.2

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.
@@ -17,7 +17,7 @@ let PNPMPackageManager = class PNPMPackageManager {
17
17
  });
18
18
  }
19
19
  publish(cwd) {
20
- execSync('pnpm publish --no-vcs-checks', {
20
+ execSync('pnpm publish --no-git-checks', {
21
21
  cwd,
22
22
  stdio: 'pipe',
23
23
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-monorepo-semantically",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "cli commands to manage versioning of package in monorepo and generate changelog",
5
5
  "license": "ISC",
6
6
  "author": "",