Skip to content

Commit

Permalink
fix: fix typo in semantic-release settings to publish changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian committed Mar 30, 2020
1 parent 62c7dd7 commit bcc191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@semantic-release/changelog",
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["CHANGELOG.MD","package.json", "yarn.lock"],
"assets": ["CHANGELOG.md","package.json", "yarn.lock"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github"
Expand Down

0 comments on commit bcc191a

Please sign in to comment.