gatsby-plugin-matomo/.release-it.json

16 lines
211 B
JSON
Raw Normal View History

{
2019-06-13 21:13:56 +02:00
"hooks": {
"before:init": "npm test",
"after:bump": "npm run changelog"
2019-06-10 02:04:17 +02:00
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
},
"npm": {
2020-02-24 01:12:01 +01:00
"publish": false
2019-06-10 02:04:17 +02:00
}
}