Skip to content

Commit

Permalink
refactor(release-it): No npm in configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristinita authored and Kristinita committed Feb 9, 2018
1 parent 4a592ad commit 5a5b2e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"release": true,
"tokenRef": "GITHUB_TOKEN"
},
"npm": {
"publish": false
},
"safeBump": false,
"src": {
"src": {
"tagName": "st3-%s"
}
}

0 comments on commit 5a5b2e8

Please sign in to comment.