Add base branches as configuration

This commit is contained in:
Jorge Navarro
2021-04-30 01:28:36 +02:00
parent 088993b64c
commit c49b84ec4a
7 changed files with 92 additions and 2 deletions
+3 -1
View File
@@ -190,7 +190,8 @@ This configuration is a `.json` file in the following format.
],
"tag_resolver": {
"method": "semver"
}
},
"base_branches": []
}
```
@@ -301,6 +302,7 @@ Table of descriptions for the `configuration.json` options to configure the resu
| exclude_merge_branches | An array of branches to be ignored from processing as merge commits |
| tag_resolver | Section to provide configuration for the tag resolving logic. Used if no `fromTag` is provided |
| tag_resolver.method | Defines the method to use. Current options are: `semver`, `sort`. Default: `semver` |
| base_branches | The target branches for the merged PR, ingnores PRs with different target branch. If empty gets all base branches. Default: all base branches
## Contribute 🧬