From e47da92514fffc13bb2efc7dbbc44b1639ad769e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 24 Nov 2021 14:00:40 -0500 Subject: [PATCH] Upgraded from v8.6 -> v8.7 (#117) Co-authored-by: jackton1 --- HISTORY.md | 31 +++++++++++++++++++++++-------- README.md | 4 ++-- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0383e16..261013e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,28 @@ # Changelog +## [v8.7](https://github.com/tj-actions/verify-changed-files/tree/v8.7) (2021-11-24) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.6...v8.7) + +**Implemented enhancements:** + +- \[Feature\] Ignore LF/CRLF differences [\#101](https://github.com/tj-actions/verify-changed-files/issues/101) + +**Closed issues:** + +- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36) + +**Merged pull requests:** + +- Add input setting for core.autocrlf [\#116](https://github.com/tj-actions/verify-changed-files/pull/116) ([jackton1](https://github.com/jackton1)) +- Update reviewdog/action-shellcheck action to v1.12 [\#115](https://github.com/tj-actions/verify-changed-files/pull/115) ([renovate[bot]](https://github.com/apps/renovate)) +- Update reviewdog/action-shellcheck action to v1.11 [\#114](https://github.com/tj-actions/verify-changed-files/pull/114) ([renovate[bot]](https://github.com/apps/renovate)) +- Update reviewdog/action-shellcheck action to v1.10 [\#113](https://github.com/tj-actions/verify-changed-files/pull/113) ([renovate[bot]](https://github.com/apps/renovate)) +- Revert change to entrypoint.sh [\#112](https://github.com/tj-actions/verify-changed-files/pull/112) ([jackton1](https://github.com/jackton1)) +- Updated README.md [\#111](https://github.com/tj-actions/verify-changed-files/pull/111) ([jackton1](https://github.com/jackton1)) +- Remove redundant config [\#109](https://github.com/tj-actions/verify-changed-files/pull/109) ([jackton1](https://github.com/jackton1)) +- Upgraded to v8.6 [\#108](https://github.com/tj-actions/verify-changed-files/pull/108) ([jackton1](https://github.com/jackton1)) + ## [v8.6](https://github.com/tj-actions/verify-changed-files/tree/v8.6) (2021-11-06) [Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.5...v8.6) @@ -22,14 +45,6 @@ [Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.3...v8.4) -**Implemented enhancements:** - -- \[Feature\] Ignore LF/CRLF differences [\#101](https://github.com/tj-actions/verify-changed-files/issues/101) - -**Closed issues:** - -- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36) - **Merged pull requests:** - CRLF/LF support for all platforms [\#103](https://github.com/tj-actions/verify-changed-files/pull/103) ([jackton1](https://github.com/jackton1)) diff --git a/README.md b/README.md index 394e7a8..21f7ab6 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,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@v8.6 + uses: tj-actions/verify-changed-files@v8.7 id: verify-changed-files with: files: | @@ -74,7 +74,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@v8.6 + uses: tj-actions/verify-changed-files@v8.7 id: verify-changed-files with: files: |