1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-22 09:13:19 +01:00

run changelog before release

This commit is contained in:
Matthias Kretschmann 2019-03-30 14:05:08 +01:00
parent fe6f67ee64
commit 5da11a4760
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -11,7 +11,8 @@
"release-minor": "./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-major": "./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"prepublishOnly": "cross-env NODE_ENV=production npm run build",
"changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -r 0"
"changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -r 0",
"beforeStage": "npm run changelog"
},
"dependencies": {},
"devDependencies": {