Skip to content

Commit

Permalink
Simpler name for credits section
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 6, 2017
1 parent 396430c commit 8e75b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = async (types, commits, changeTypes) => {

if (credits.length > 0) {
text += '\n'
text += '### Huge Thanks To ... \n\n'
text += '### Credits \n\n'

for (const credit of credits) {
text += `@${credit}`
Expand Down

0 comments on commit 8e75b80

Please sign in to comment.