Skip to content

Commit

Permalink
💄 Update minorHeader 'New Features' to 'Features'
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmr-jp committed Oct 31, 2020
1 parent e1d0488 commit 42141cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic-release-template/.releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const releaseNotes = {
minorHeader: function (commits) {
for (const gitmojiObj of gitmojisObj.gitmojis) {
if(gitmojiObj.emoji in commits && gitmojiObj.semver==='minor'){
return "## New Features"
return "## Features"
}
}
return ""
Expand Down

0 comments on commit 42141cf

Please sign in to comment.