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 7efda24 commit cb47e13Copy full SHA for cb47e13
templates/steps/cd.yml
@@ -141,7 +141,9 @@ steps:
141
commit.body = prefix + commit.body.split('\n').join('\n' + prefix)
142
}
143
})
144
+ group.commits = group.commits.filter(commit => !(commit.type == 'Miscellaneous Chores' && commit.scope == 'release'))
145
146
+ context.commitGroups = context.commitGroups.filter(group => group.commits.length > 0)
147
return context
148
},
149
mainTemplate: `
0 commit comments