Skip to content

Commit

Permalink
Adds alternate release-it config to skip the hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
seansund committed Mar 28, 2020
1 parent d563408 commit 05f534e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .release-it.no-hooks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"git": {
"tagName": "v${version}"
},
"npm": {
"publish": false
},
"github": {
"release": true
},
"hooks": {
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
}

0 comments on commit 05f534e

Please sign in to comment.