mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
* 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>
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
module.exports = {
|
|
scripts: {
|
|
prerelease:
|
|
'if [ "$(git branch --show-current)" != "release" ]; then exit 1; fi',
|
|
},
|
|
};
|