chore(release): release on separate branch with changelog

This commit is contained in:
Jeroen de Bruijn 2020-05-10 22:41:15 +02:00
parent a5501b90ee
commit 94ac615380
No known key found for this signature in database
GPG key ID: 3A2677A1DF38FF9F
8 changed files with 117 additions and 325 deletions

View file

@ -1,6 +1,6 @@
module.exports = {
scripts: {
prerelease:
'if [ "$(git branch --show-current)" != "master" ]; then exit 1; fi',
'if [ "$(git branch --show-current)" != "release" ]; then exit 1; fi',
},
};