migrate to release-it hooks

This commit is contained in:
Matthias Kretschmann 2019-07-04 11:00:40 +02:00
parent a3838ba7c3
commit 0dcbf05a9a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 4 deletions

View File

@ -55,10 +55,8 @@
"url": "https://github.com/oceanprotocol/commons"
},
"release-it": {
"scripts": {
"beforeStart": "npm test",
"beforeStage": "npm run changelog",
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
"hooks": {
"after:bump": "npm run changelog"
},
"plugins": {
"@release-it/bumper": {