Skip to content

Commit

Permalink
fix(release.config.js): use full commit hash in commit link
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 31, 2019
1 parent 6970fdf commit 888ae65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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`) {
Expand Down

0 comments on commit 888ae65

Please sign in to comment.