@storm-software/git-tools 2.131.53 → 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/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/bin/git.cjs
CHANGED
|
@@ -2873,8 +2873,7 @@ async function getLatestGitTagForPattern(workspaceConfig, releaseTagPattern, add
|
|
|
2873
2873
|
);
|
|
2874
2874
|
if (!strictPreid) {
|
|
2875
2875
|
chunkMEDWSATF_cjs.writeTrace(
|
|
2876
|
-
`Not using strict preid, will use the greatest matching tag of project "${additionalInterpolationData.projectName}"
|
|
2877
|
-
${matchingTags.join(", ")}`,
|
|
2876
|
+
`Not using strict preid, will use the greatest matching tag of project "${additionalInterpolationData.projectName}"`,
|
|
2878
2877
|
workspaceConfig
|
|
2879
2878
|
);
|
|
2880
2879
|
return compareTags(matchingTags, tagRegexp, options);
|