From 5426a175861f594aaf17de3b6a8d11adb253b02d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 15 Oct 2022 22:56:48 -0600 Subject: [PATCH] Upgraded to v12.0 (#220) Co-authored-by: jackton1 --- HISTORY.md | 31 +++++++++++++++++++++++++++---- README.md | 4 ++-- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 44c5e92..0ceca19 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,12 +1,12 @@ # Changelog -## [v11.1](https://github.com/tj-actions/verify-changed-files/tree/v11.1) (2022-08-26) +## [v12.0](https://github.com/tj-actions/verify-changed-files/tree/v12.0) (2022-10-16) -[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v11...v11.1) +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v12...v12.0) -**Fixed bugs:** +## [v12](https://github.com/tj-actions/verify-changed-files/tree/v12) (2022-10-16) -- \[BUG\] Except pattern not working [\#201](https://github.com/tj-actions/verify-changed-files/issues/201) +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v11.1...v12) **Closed issues:** @@ -14,6 +14,29 @@ **Merged pull requests:** +- feat: add support for writing to GITHUB\_OUTPUT file [\#219](https://github.com/tj-actions/verify-changed-files/pull/219) ([jackton1](https://github.com/jackton1)) +- chore\(deps\): update tj-actions/glob action to v15 [\#218](https://github.com/tj-actions/verify-changed-files/pull/218) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update actions/first-interaction action to v1.1.1 [\#217](https://github.com/tj-actions/verify-changed-files/pull/217) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/glob action to v14 [\#216](https://github.com/tj-actions/verify-changed-files/pull/216) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update actions/checkout action to v3.1.0 [\#215](https://github.com/tj-actions/verify-changed-files/pull/215) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update peter-evans/create-pull-request action to v4.1.3 [\#214](https://github.com/tj-actions/verify-changed-files/pull/214) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update peter-evans/create-pull-request action to v4.1.2 [\#213](https://github.com/tj-actions/verify-changed-files/pull/213) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): bump codacy/codacy-analysis-cli-action from 4.1.0 to 4.2.0 [\#212](https://github.com/tj-actions/verify-changed-files/pull/212) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): update tj-actions/sync-release-version action to v13 [\#210](https://github.com/tj-actions/verify-changed-files/pull/210) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/sync-release-version action to v12 [\#209](https://github.com/tj-actions/verify-changed-files/pull/209) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/github-changelog-generator action to v1.15 [\#208](https://github.com/tj-actions/verify-changed-files/pull/208) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v11.1 [\#207](https://github.com/tj-actions/verify-changed-files/pull/207) ([jackton1](https://github.com/jackton1)) + +## [v11.1](https://github.com/tj-actions/verify-changed-files/tree/v11.1) (2022-08-26) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v11...v11.1) + +**Fixed bugs:** + +- \[BUG\] Except pattern not working [\#201](https://github.com/tj-actions/verify-changed-files/issues/201) + +**Merged pull requests:** + - chore\(deps\): updated tj-actions/glob to v13 [\#206](https://github.com/tj-actions/verify-changed-files/pull/206) ([jackton1](https://github.com/jackton1)) - chore\(deps\): update tj-actions/verify-changed-files action to v11 [\#205](https://github.com/tj-actions/verify-changed-files/pull/205) ([renovate[bot]](https://github.com/apps/renovate)) - Upgraded to v11 [\#204](https://github.com/tj-actions/verify-changed-files/pull/204) ([jackton1](https://github.com/jackton1)) diff --git a/README.md b/README.md index 49a2b0b..55718ce 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,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@v11.1 + uses: tj-actions/verify-changed-files@v12 id: verify-changed-files with: files: | @@ -76,7 +76,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@v11.1 + uses: tj-actions/verify-changed-files@v12 id: verify-changed-files with: files: |