1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

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

View File

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