@storm-software/git-tools 2.124.1 → 2.124.3

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/bin/git.cjs CHANGED
@@ -3181,6 +3181,7 @@ var DEFAULT_RELEASE_GROUP_CONFIG = {
3181
3181
  },
3182
3182
  version: {
3183
3183
  currentVersionResolver: "git-tag",
3184
+ fallbackCurrentVersionResolver: "disk",
3184
3185
  specifierSource: "conventional-commits",
3185
3186
  groupPreVersionCommand: "pnpm build"
3186
3187
  },