fix(config): CHANGELOG generator fixing.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-18 19:33:15 -02:00
parent 2fd9e9b24a
commit ac18782480

View file

@ -207,7 +207,7 @@
{ {
"path": "@semantic-release/git", "path": "@semantic-release/git",
"assets": [ "assets": [
"package.json" "package.json", "CHANGELOG.md"
] ]
} }
], ],