@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 +4 -0
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +4 -0
- package/bin/git.js.map +1 -1
- package/package.json +6 -6
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
|