@storm-software/git-tools 2.131.24 → 2.131.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/bin/git.cjs CHANGED
@@ -4148,6 +4148,10 @@ Project release tag: ${projectReleaseTag?.tag}`,
4148
4148
  options
4149
4149
  );
4150
4150
  }
4151
+ chunkQOOEK76B_cjs.writeDebug(
4152
+ `Resolved latest matching git tag ${latestMatchingGitTag?.tag} (version: ${latestMatchingGitTag?.extractedVersion}) for project "${projectName}"`,
4153
+ this.workspaceConfig
4154
+ );
4151
4155
  this.cachedLatestMatchingGitTag.set(
4152
4156
  projectName,
4153
4157
  latestMatchingGitTag