From f25e6fe94508ac1adda667228843e5627ae7532d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 18 Dec 2022 23:06:50 -0700 Subject: [PATCH] Upgraded to v35 (#886) Co-authored-by: jackton1 --- HISTORY.md | 44 ++++++++++++++++++++++++++++++++++---------- README.md | 40 ++++++++++++++++++++-------------------- 2 files changed, 54 insertions(+), 30 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d0cf95d84dc..dfac6fa35fd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,29 @@ # Changelog +## [v35.0.0](https://github.com/tj-actions/changed-files/tree/v35.0.0) (2022-12-19) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v35...v35.0.0) + +## [v35](https://github.com/tj-actions/changed-files/tree/v35) (2022-12-19) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v34.6.2...v35) + +**Fixed bugs:** + +- \[BUG\] Process completed with exit code 1 [\#884](https://github.com/tj-actions/changed-files/issues/884) +- \[BUG\] `changed-files` error during run [\#875](https://github.com/tj-actions/changed-files/issues/875) + +**Closed issues:** + +- How to see the changed files after the PR is merged ? [\#874](https://github.com/tj-actions/changed-files/issues/874) + +**Merged pull requests:** + +- Updated README.md [\#885](https://github.com/tj-actions/changed-files/pull/885) ([jackton1](https://github.com/jackton1)) +- fix: error retrieving changed files [\#882](https://github.com/tj-actions/changed-files/pull/882) ([jackton1](https://github.com/jackton1)) +- fix: fail when the merge base is not found [\#879](https://github.com/tj-actions/changed-files/pull/879) ([jackton1](https://github.com/jackton1)) +- Upgraded to v34.6.2 [\#878](https://github.com/tj-actions/changed-files/pull/878) ([jackton1](https://github.com/jackton1)) + ## [v34.6.2](https://github.com/tj-actions/changed-files/tree/v34.6.2) (2022-12-16) [Full Changelog](https://github.com/tj-actions/changed-files/compare/v34...v34.6.2) @@ -232,7 +256,7 @@ ## [v34.3.3](https://github.com/tj-actions/changed-files/tree/v34.3.3) (2022-11-08) -[Full Changelog](https://github.com/tj-actions/changed-files/compare/v34.3.2...v34.3.3) +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v34.3.1...v34.3.3) **Fixed bugs:** @@ -247,13 +271,13 @@ - chore: update readme [\#784](https://github.com/tj-actions/changed-files/pull/784) ([jackton1](https://github.com/jackton1)) - Upgraded to v34.3.2 [\#781](https://github.com/tj-actions/changed-files/pull/781) ([jackton1](https://github.com/jackton1)) -## [v34.3.2](https://github.com/tj-actions/changed-files/tree/v34.3.2) (2022-11-07) +## [v34.3.1](https://github.com/tj-actions/changed-files/tree/v34.3.1) (2022-11-07) -[Full Changelog](https://github.com/tj-actions/changed-files/compare/v34.3.1...v34.3.2) +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v34.3.2...v34.3.1) -## [v34.3.1](https://github.com/tj-actions/changed-files/tree/v34.3.1) (2022-11-07) +## [v34.3.2](https://github.com/tj-actions/changed-files/tree/v34.3.2) (2022-11-07) -[Full Changelog](https://github.com/tj-actions/changed-files/compare/v34.3.0...v34.3.1) +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v34.3.0...v34.3.2) **Fixed bugs:** @@ -586,7 +610,7 @@ ## [v31.0.0](https://github.com/tj-actions/changed-files/tree/v31.0.0) (2022-09-25) -[Full Changelog](https://github.com/tj-actions/changed-files/compare/v30...v31.0.0) +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v30.0.0...v31.0.0) **Merged pull requests:** @@ -599,13 +623,13 @@ - chore: update broken link [\#642](https://github.com/tj-actions/changed-files/pull/642) ([jackton1](https://github.com/jackton1)) - Upgraded to v30.0.0 [\#641](https://github.com/tj-actions/changed-files/pull/641) ([jackton1](https://github.com/jackton1)) -## [v30](https://github.com/tj-actions/changed-files/tree/v30) (2022-09-24) +## [v30.0.0](https://github.com/tj-actions/changed-files/tree/v30.0.0) (2022-09-24) -[Full Changelog](https://github.com/tj-actions/changed-files/compare/v30.0.0...v30) +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v30...v30.0.0) -## [v30.0.0](https://github.com/tj-actions/changed-files/tree/v30.0.0) (2022-09-24) +## [v30](https://github.com/tj-actions/changed-files/tree/v30) (2022-09-24) -[Full Changelog](https://github.com/tj-actions/changed-files/compare/v29.0.9...v30.0.0) +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v29.0.9...v30) **Fixed bugs:** diff --git a/README.md b/README.md index fef0b17bd7a..4a59c62db7f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: # Example 1 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 - name: List all changed files run: | @@ -87,7 +87,7 @@ jobs: # Example 2 - name: Get changed files in the docs folder id: changed-files-specific - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: files: | docs/** @@ -194,7 +194,7 @@ Support this project with a :star: ... - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 ... ``` @@ -207,7 +207,7 @@ Support this project with a :star: ... - name: Get all changed files and use a comma separator in the output id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: separator: "," ... @@ -224,7 +224,7 @@ See [inputs](#inputs) for more information. ... - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 - name: List all added files run: | @@ -245,7 +245,7 @@ See [outputs](#outputs) for a list of all available outputs. ... - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 - name: Run a step if my-file.txt was modified if: contains(steps.changed-files.outputs.modified_files, 'my-file.txt') @@ -265,7 +265,7 @@ See [outputs](#outputs) for a list of all available outputs. ... - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: files: | my-file.txt @@ -288,7 +288,7 @@ See [inputs](#inputs) for more information. ... - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: files: | my-file.txt @@ -335,7 +335,7 @@ See [outputs](#outputs) for a list of all available outputs. ... - name: Get changed files using a source file or list of file(s) to populate to files input. id: changed-files-specific-source-file - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: files_from_source_file: test/changed-files-list.txt ... @@ -352,7 +352,7 @@ See [inputs](#inputs) for more information. ... - name: Get changed files using a source file or list of file(s) to populate to files input and optionally specify more files. id: changed-files-specific-source-file-and-specify-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: files_from_source_file: | test/changed-files-list.txt @@ -373,7 +373,7 @@ See [inputs](#inputs) for more information. ... - name: Get changed files using a different SHA id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: sha: ${{ github.event.pull_request.head.sha }} ... @@ -390,7 +390,7 @@ See [inputs](#inputs) for more information. ... - name: Get changed files using a different base SHA id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: base_sha: ${{ github.event.pull_request.base.sha }} ... @@ -413,7 +413,7 @@ See [inputs](#inputs) for more information. - name: Run changed-files with defaults in dir1 id: changed-files-for-dir1 - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: path: dir1 @@ -436,7 +436,7 @@ See [inputs](#inputs) for more information. ... - name: Run changed-files with quotepath disabled id: changed-files-quotepath - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: quotepath: "false" @@ -475,7 +475,7 @@ See [inputs](#inputs) for more information. - name: Run changed-files with the commit of the last successful test workflow run id: changed-files-base-sha-push - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: base_sha: ${{ steps.last_successful_commit_push.outputs.base }} ... @@ -502,7 +502,7 @@ See [inputs](#inputs) for more information. - name: Run changed-files with the commit of the last successful test workflow run on main id: changed-files-base-sha-pull-request - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: base_sha: ${{ steps.last_successful_commit_pull_request.outputs.base }} ... @@ -526,7 +526,7 @@ See [inputs](#inputs) for more information. ... - name: Run changed-files with dir_names id: changed-files-dir-names - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: dir_names: "true" ... @@ -543,7 +543,7 @@ See [inputs](#inputs) for more information. ... - name: Run changed-files with json output id: changed-files-json - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: json: "true" ... @@ -560,13 +560,13 @@ See [inputs](#inputs) for more information. ... - name: Get changed-files since 2022-08-19 id: changed-files-since - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: since: "2022-08-19" - name: Get changed-files until 2022-08-20 id: changed-files-until - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v35 with: until: "2022-08-20" ...