All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.2.2 - 2022-02-09
- Core: update description and metadata before to publish to marketplace.
- General: update required node version to v16.13.2
2.2.1 - 2021-11-02
- Allow Node ^14.17.6 to be used in this project. This shouldn't change the behavior of the code itself.
- Updated package dependencies.
- Use Node 16.7.0 in tooling. This shouldn't change the behavior of the code itself.
2.2.0 - 2021-08-20
- A negated pattern (other than the first) now removes previously-matched paths, rather than unexpectedly adding all the paths that don't match the pattern.
2.1.0 - 2021-08-12
- Added autotagger action to simplify releases
- Added support for naming individual users as required reviewers
- Created a changelog from the git history with help from auto-changelog.
- Updated package dependencies
- Updated
@actions/github
with attendent code adjustments. - Update node version requirement to 14.16.1
2.0.0 - 2021-02-03
- Rewrite required-review action to add path-based requirements
- Initial release