Skip to content
Prev Previous commit
Next Next commit
add docu for ignore regex
  • Loading branch information
Konrad Mattheis committed Oct 18, 2018
commit 805e881784028e4a231e20ebaf4b2ec22d6f0de3
5 changes: 5 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ commit-date-format: 'yyyy-MM-dd'
ignore:
sha: []
commits-before: yyyy-MM-ddTHH:mm:ss
regex: 'irgnoreMatch'
```

And the description of the available options are:
Expand Down Expand Up @@ -179,6 +180,10 @@ Date and time in the format `yyyy-MM-ddTHH:mm:ss` (eg `commits-before:
2015-10-23T12:23:15`) to setup an exclusion range. Effectively any commit before
`commits-before` will be ignored.

#### regex
The regex to match commit messages that will be ignored. Usefull to exlude for example
pull request from an automatic nuget updater.

## Branch configuration
Then we have branch specific configuration, which looks something like this:

Expand Down