Add base branches as configuration
This commit is contained in:
@@ -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 🧬
|
||||
|
||||
|
||||
Reference in New Issue
Block a user