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:
parent
a3838ba7c3
commit
0dcbf05a9a
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user