Skip to content

Commit

Permalink
Add release and changelog tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Boyd committed Jun 13, 2018
1 parent fa94fd5 commit cd504a9
Show file tree
Hide file tree
Showing 4 changed files with 4,650 additions and 266 deletions.
9 changes: 9 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"src": {
"tagName": "v%s"
},
"increment": "conventional:angular",
"beforeChangelogCommand": "scripts/version.sh ${version} && conventional-changelog -i CHANGELOG.md -s" ,
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
"safeBump": false
}
Loading

0 comments on commit cd504a9

Please sign in to comment.