From 334b99a40e9f58cb27dcbce6c8c6e43ec00db813 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 22 Aug 2022 23:00:07 -0600 Subject: [PATCH] Upgraded to v11 (#204) Co-authored-by: jackton1 --- HISTORY.md | 29 +++++++++++++++++++++++++++-- README.md | 4 ++-- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 193aceb..042c3f7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,16 @@ # Changelog -## [v10.1](https://github.com/tj-actions/verify-changed-files/tree/v10.1) (2022-07-26) +## [Unreleased](https://github.com/tj-actions/verify-changed-files/tree/HEAD) -[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v10...v10.1) +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v11...HEAD) + +**Fixed bugs:** + +- \[BUG\] Except pattern not working [\#201](https://github.com/tj-actions/verify-changed-files/issues/201) + +## [v11](https://github.com/tj-actions/verify-changed-files/tree/v11) (2022-08-23) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v10.1...v11) **Closed issues:** @@ -10,6 +18,23 @@ **Merged pull requests:** +- chore\(deps\): update tj-actions/glob action to v11 [\#203](https://github.com/tj-actions/verify-changed-files/pull/203) ([renovate[bot]](https://github.com/apps/renovate)) +- feat: switch to use pattern file and fixed bug with excluded paths [\#202](https://github.com/tj-actions/verify-changed-files/pull/202) ([jackton1](https://github.com/jackton1)) +- chore\(deps\): update tj-actions/auto-doc action to v1.4.1 [\#200](https://github.com/tj-actions/verify-changed-files/pull/200) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update peter-evans/create-pull-request action to v4.1.1 [\#199](https://github.com/tj-actions/verify-changed-files/pull/199) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/auto-doc action to v1.4.0 [\#198](https://github.com/tj-actions/verify-changed-files/pull/198) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update peter-evans/create-pull-request action to v4.1.0 [\#197](https://github.com/tj-actions/verify-changed-files/pull/197) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/glob action to v10 [\#196](https://github.com/tj-actions/verify-changed-files/pull/196) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/auto-doc action to v1.3.1 [\#195](https://github.com/tj-actions/verify-changed-files/pull/195) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/auto-doc action to v1.3.0 [\#194](https://github.com/tj-actions/verify-changed-files/pull/194) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v10.1 [\#193](https://github.com/tj-actions/verify-changed-files/pull/193) ([jackton1](https://github.com/jackton1)) + +## [v10.1](https://github.com/tj-actions/verify-changed-files/tree/v10.1) (2022-07-26) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v10...v10.1) + +**Merged pull requests:** + - Updated README.md [\#192](https://github.com/tj-actions/verify-changed-files/pull/192) ([jackton1](https://github.com/jackton1)) - Updated README.md [\#191](https://github.com/tj-actions/verify-changed-files/pull/191) ([jackton1](https://github.com/jackton1)) - Updated README.md [\#190](https://github.com/tj-actions/verify-changed-files/pull/190) ([jackton1](https://github.com/jackton1)) diff --git a/README.md b/README.md index e024792..3d80288 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@v10.1 + uses: tj-actions/verify-changed-files@v11 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@v10.1 + uses: tj-actions/verify-changed-files@v11 id: verify-changed-files with: files: |