@storm-software/git-tools 2.131.52 → 2.131.55
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/README.md +1 -1
- package/bin/git.cjs +1 -2
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +1 -2
- package/bin/git.js.map +1 -1
- package/package.json +7 -7
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);
|