chore: fix changelogs

This commit is contained in:
Shawn Erquhart
2018-07-28 18:01:34 -04:00
parent 75a32f528b
commit b8bcbd4af0
25 changed files with 10 additions and 264 deletions

View File

@ -10,7 +10,10 @@
"command": {
"publish": {
"allowBranch": "master",
"conventionalCommits": true
"conventionalCommits": true,
"ignoreChanges": [
"CHANGELOG.md"
]
}
}
}