@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.js CHANGED
@@ -3162,6 +3162,7 @@ var DEFAULT_RELEASE_GROUP_CONFIG = {
3162
3162
  },
3163
3163
  version: {
3164
3164
  currentVersionResolver: "git-tag",
3165
+ fallbackCurrentVersionResolver: "disk",
3165
3166
  specifierSource: "conventional-commits",
3166
3167
  groupPreVersionCommand: "pnpm build"
3167
3168
  },