-
Notifications
You must be signed in to change notification settings - Fork 2
feat(metabranch): add batch actions support #28
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
{
"plugins": [[
"@qiwi/semrel-multibranch",
{
"verify": [{
"action": "fetch",
"branch": "metabranch",
"from": "foo",
"to": "bar"
}, {
"action": "fetch",
"branch": "changelog",
"from": "./CHANGELOG.md",
"to": "."
}],
"publish": {
"action": "push",
"branch": "changelog",
"from": "./CHANGELOG.md",
"to": "."
}
}
]]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request