@storm-software/git-tools 2.125.2 → 2.125.3
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 +1 -1
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +1 -1
- package/bin/git.js.map +1 -1
- package/package.json +5 -5
- package/dist/chunk-473ZAPVD.cjs +0 -22
- package/dist/chunk-DC6I5TL7.js +0 -20
- package/dist/chunk-LBYPNRMH.js +0 -20
- package/dist/chunk-NLDN4WKT.cjs +0 -22
- package/dist/chunk-RYLCGHHN.cjs +0 -22
- package/dist/chunk-YLIHBZL7.js +0 -20
package/bin/git.js
CHANGED
|
@@ -3987,7 +3987,7 @@ Stacktrace: ${error.stack}` : ""}`,
|
|
|
3987
3987
|
async function commitLintAction(options) {
|
|
3988
3988
|
try {
|
|
3989
3989
|
writeInfo(
|
|
3990
|
-
`${brandIcon(_config)}
|
|
3990
|
+
`${brandIcon(_config)} Linting the ${_config.repository ? _config.repository : _config.namespace ? _config.namespace : _config.name ? _config.name : typeof _config.organization === "string" ? _config.organization : _config.organization?.name ? _config.organization?.name : "Storm-Software"} repository's commit messages.`,
|
|
3991
3991
|
_config
|
|
3992
3992
|
);
|
|
3993
3993
|
await runCommitLint(_config, options);
|