renovatebot-github/.versionrc.js
Jeroen de Bruijn c6cec8c885
chore(release): release on separate branch with changelog (#73)
* chore(release): release on separate branch with changelog

* chore: update changelog

* chore(ci): add required build step

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-05-11 09:44:48 +02:00

6 lines
133 B
JavaScript

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