mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore(release): use updated workflow without github-push-action dep
This commit is contained in:
parent
1cf1da245b
commit
441142da6d
4 changed files with 200 additions and 16 deletions
6
.versionrc.js
Normal file
6
.versionrc.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
scripts: {
|
||||
prerelease:
|
||||
'if [ "$(git branch --show-current)" != "master" ]; then exit 1; fi',
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue