mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-09-22 03:39:46 +02:00
fix(release.config.js): use full commit hash in commit link [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/89
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
if (typeof commit.hash === `string`) {
|
||||
commit.hash = commit.hash.substring(0, 7)
|
||||
commit.shortHash = commit.hash.substring(0, 7)
|
||||
}
|
||||
|
||||
if (typeof commit.subject === `string`) {
|
||||
|
||||
Reference in New Issue
Block a user