Skip to content

Commit

Permalink
Add .release-it.json file to the repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenBlack committed Mar 7, 2018
1 parent 9174744 commit c06a49c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"src": {
"tagName": "v%s"
},
"github": {
"release": true
},
"npm": {
"publish": false,
"publishPath": ".",
"tag": "latest",
"private": false,
"access": null
}
}

0 comments on commit c06a49c

Please sign in to comment.