mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 17:23:23 +01:00
20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"beforeChangelogCommand": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s",
|
|
"changelogCommand": "./node_modules/.bin/conventional-changelog | tail -n +3",
|
|
"safeBump": false,
|
|
"scripts": {
|
|
"beforeStart": "npm test",
|
|
"beforeStage": "npm run changelog",
|
|
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
|
},
|
|
"git": {
|
|
"tagName": "v${version}"
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"npm": {
|
|
"publish": true
|
|
}
|
|
}
|