Skip to content

Commit

Permalink
chore: configure release-it plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Oct 2, 2019
1 parent dfb1c64 commit be81798
Show file tree
Hide file tree
Showing 3 changed files with 868 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"preRelease": "preview",
"increment": "conventional:angular",
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
},
"git": {
"commitMessage": "chore(release): v${version}",
"tagName": "${version}",
Expand Down
Loading

0 comments on commit be81798

Please sign in to comment.