diff --git a/HISTORY.md b/HISTORY.md index a6d3202..f3e70cb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,15 +1,26 @@ # Changelog -## [v9.2](https://github.com/tj-actions/verify-changed-files/tree/v9.2) (2022-06-07) +## [v10](https://github.com/tj-actions/verify-changed-files/tree/v10) (2022-06-22) -[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v9.1...v9.2) +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v9.2...v10) **Closed issues:** +- Possible to use this action to detect when files are deleted? [\#180](https://github.com/tj-actions/verify-changed-files/issues/180) - Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36) **Merged pull requests:** +- feat: add support for detecting deleted files [\#181](https://github.com/tj-actions/verify-changed-files/pull/181) ([jackton1](https://github.com/jackton1)) +- chore\(deps\): update codacy/codacy-analysis-cli-action action to v4.1.0 [\#179](https://github.com/tj-actions/verify-changed-files/pull/179) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v9.2 [\#178](https://github.com/tj-actions/verify-changed-files/pull/178) ([jackton1](https://github.com/jackton1)) + +## [v9.2](https://github.com/tj-actions/verify-changed-files/tree/v9.2) (2022-06-07) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v9.1...v9.2) + +**Merged pull requests:** + - chore\(deps\): update peter-evans/create-pull-request action to v4.0.4 [\#177](https://github.com/tj-actions/verify-changed-files/pull/177) ([renovate[bot]](https://github.com/apps/renovate)) - chore\(deps\): update tj-actions/glob action to v9 [\#176](https://github.com/tj-actions/verify-changed-files/pull/176) ([renovate[bot]](https://github.com/apps/renovate)) - Bump tj-actions/glob from 7.20 to 8 [\#175](https://github.com/tj-actions/verify-changed-files/pull/175) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/README.md b/README.md index 8694fed..e4aedbd 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Verify that certain files or directories did or did not change during the workfl echo "Changed" > test_directory/new.txt - name: Verify Changed files - uses: tj-actions/verify-changed-files@v9.2 + uses: tj-actions/verify-changed-files@v10 id: verify-changed-files with: files: | @@ -69,7 +69,7 @@ Verify that certain files or directories did or did not change during the workfl ```yaml ... - name: Verify Changed files - uses: tj-actions/verify-changed-files@v9.2 + uses: tj-actions/verify-changed-files@v10 id: verify-changed-files with: files: |