Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

46 lines (34 loc) · 1.8 KB

Changelog

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

Changed

  • 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

Changed

  • 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

Fixed

  • 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

  • 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.

Changed

  • 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

1.0.0 - 2020-04-17

  • Initial release