ci: forked standard version for better release messages

This commit is contained in:
Giles Bradshaw 2020-08-05 20:14:55 +01:00
parent 87e999d25a
commit 741d268dce
1 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,11 @@
"private": true,
"version": "0.0.2",
"scripts": {
"release": "standard-version --releaseCommitMessageFormat",
"release": "standard-version",
"release:message": "standard-version --releaseCommitMessageFormat",
"jsonnet:home": "drone jsonnet --source .drone/drone-home.jsonnet --target .drone/drone-home.yml --stream"
},
"devDependencies": {
"standard-version": "^8.0.2"
"standard-version": "https://github.com/gilesbradshaw/standard-version"
}
}