@storm-software/git-tools 2.131.24 → 2.131.26
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 +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.js
CHANGED
|
@@ -4123,6 +4123,10 @@ Project release tag: ${projectReleaseTag?.tag}`,
|
|
|
4123
4123
|
options
|
|
4124
4124
|
);
|
|
4125
4125
|
}
|
|
4126
|
+
writeDebug(
|
|
4127
|
+
`Resolved latest matching git tag ${latestMatchingGitTag?.tag} (version: ${latestMatchingGitTag?.extractedVersion}) for project "${projectName}"`,
|
|
4128
|
+
this.workspaceConfig
|
|
4129
|
+
);
|
|
4126
4130
|
this.cachedLatestMatchingGitTag.set(
|
|
4127
4131
|
projectName,
|
|
4128
4132
|
latestMatchingGitTag
|