chore(release): use updated workflow without github-push-action dep

This commit is contained in:
Jeroen de Bruijn 2020-03-22 20:40:26 +01:00
parent 1cf1da245b
commit 441142da6d
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
4 changed files with 200 additions and 16 deletions

6
.versionrc.js Normal file
View file

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