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"
|
||||
},
|
||||
"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": {
|
||||
|
Loading…
Reference in New Issue
Block a user