We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d0488 commit 42141cfCopy full SHA for 42141cf
semantic-release-template/.releaserc.js
@@ -70,7 +70,7 @@ const releaseNotes = {
70
minorHeader: function (commits) {
71
for (const gitmojiObj of gitmojisObj.gitmojis) {
72
if(gitmojiObj.emoji in commits && gitmojiObj.semver==='minor'){
73
- return "## New Features"
+ return "## Features"
74
}
75
76
return ""
0 commit comments