@storm-software/git-tools 2.131.53 → 2.131.56

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
@@ -2849,8 +2849,7 @@ async function getLatestGitTagForPattern(workspaceConfig, releaseTagPattern, add
2849
2849
  );
2850
2850
  if (!strictPreid) {
2851
2851
  writeTrace(
2852
- `Not using strict preid, will use the greatest matching tag of project "${additionalInterpolationData.projectName}":
2853
- ${matchingTags.join(", ")}`,
2852
+ `Not using strict preid, will use the greatest matching tag of project "${additionalInterpolationData.projectName}"`,
2854
2853
  workspaceConfig
2855
2854
  );
2856
2855
  return compareTags(matchingTags, tagRegexp, options);