Skip to content

Commit

Permalink
Update exclude-labels example
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Apr 26, 2019
1 parent ee5b782 commit 6ff1e70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can configure Release Drafter using the following key in your `.github/relea
| `no-changes-template` | Optional | The template to use for when there’s no changes. Default: `"* No changes"`. |
| `branches` | Optional | The branches to listen for configuration updates to `.github/release-drafter.yml` and for merge commits. Useful if you want to test the app on a pull request branch. Default is the repository’s default branch. |
| `categories` | Optional | Categorize pull requests using labels. Refer to [Categorize Pull Requests](#categorize-pull-requests) to learn more about this option. |
| `exclude-lables` | Optional | Exclude pull requests using labels. Refer to [Exclude Pull Requests](#exclude-pull-requests) to learn more about this option. |
| `exclude-labels` | Optional | Exclude pull requests using labels. Refer to [Exclude Pull Requests](#exclude-pull-requests) to learn more about this option. |

Release Drafter also supports [Probot Config](https://github.com/probot/probot-config), if you want to store your configuration files in a central repository. This allows you to share configurations between projects, and create a organization-wide configuration file by creating a repository named `.github` with the file `.github/release-drafter.yml`.

Expand Down Expand Up @@ -133,10 +133,10 @@ With the `exclude-labels` option you can exclude pull requests from the release

```yml
exclude-labels:
- release
- skip-changelog
```

Pull requests with the label "release" will now be excluded from the release draft.
Pull requests with the label "skip-changelog" will now be excluded from the release draft.

## Projects that don't use Semantic Versioning

Expand Down

0 comments on commit 6ff1e70

Please sign in to comment.