Skip to content

Commit

Permalink
Merge pull request #30 from matrixik/patch-1
Browse files Browse the repository at this point in the history
Fix yaml example in README
  • Loading branch information
TimonVS committed May 10, 2021
2 parents bba1cdc + ff2182f commit 6525a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,8 +50,8 @@ You can use `*` as a wildcard for matching multiple branch names. See https://ww
When no configuration is provided, the following defaults will be used:

```yml
feature: ['feature/*', 'feat/*'],
fix: 'fix/*',
feature: ['feature/*', 'feat/*']
fix: 'fix/*'
chore: 'chore/*'
```

Expand Down

0 comments on commit 6525a3a

Please sign in to comment.