Skip to content

Commit

Permalink
docs: add changelog for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisonCole committed Apr 3, 2020
1 parent fd90370 commit ed9b137
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ jobs:

```

## Changelog

### v1.1.0

* Replaced status checks with an automatic bot review. If the PR title fails to match the regex, the bot will request changes. Once the
title is edited to match it, the bot will dismiss its review.
* Updated all dependencies.

### v1.0.0

* Initial release. This version uses action status checks but suffers from https://github.com/MorrisonCole/pr-lint-action/issues/5 since the GitHub actions API treats different hook types as separate checks by default.

## Related Reading

* [GitHub Action Metadata Syntax](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions)

0 comments on commit ed9b137

Please sign in to comment.