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:
Imran Iqbal
2019-10-31 10:27:50 +00:00
parent 017ac0b76f
commit 20995746db
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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`) {