Skip to content

Commit

Permalink
fix(release-it): add changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed Jan 25, 2018
1 parent 82de7d6 commit 553828d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"buildCommand": "npm run build",
"increment": "conventional:angular",
"beforeChangelogCommand": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
"changelogCommand": "conventional-changelog -p angular -i CHANGELOG.md | tail -n +3",
"safeBump": false
}

0 comments on commit 553828d

Please sign in to comment.