Skip to content

Commit

Permalink
chore: Add release-it plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
matrunchyk committed Apr 21, 2020
1 parent 971edc2 commit 79bd181
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
}
}
}

0 comments on commit 79bd181

Please sign in to comment.