Skip to content

Commit

Permalink
Include release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung committed Mar 8, 2020
1 parent f1d33c5 commit 7ed17f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"hooks": {
"after:bump": "npm run build"
},
"github": {
"release": true,
"releaseName": "${version}"
}
}

0 comments on commit 7ed17f3

Please sign in to comment.