From 019a09d36e5b592a6770a9a71ef1b3efd9a85d37 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 14 Dec 2021 02:06:26 -0500 Subject: [PATCH] Upgraded from v11.9 -> v1.1.4 (#286) Co-authored-by: jackton1 --- HISTORY.md | 37 ++++++++++++++++++++++++++++--------- README.md | 22 +++++++++++----------- 2 files changed, 39 insertions(+), 20 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 581b5ca4..4daf39fe 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,12 +1,35 @@ # Changelog +## [v1.1.4](https://github.com/tj-actions/changed-files/tree/v1.1.4) (2021-12-14) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.9...v1.1.4) + +**Implemented enhancements:** + +- \[Feature\] Add "any\_modified", "other\_modified\_files" and "all\_modified" outputs containing created, edit, renamed, or deleted files [\#282](https://github.com/tj-actions/changed-files/issues/282) + +**Fixed bugs:** + +- \[BUG\] Failed to get change files on pull\_request merge event [\#281](https://github.com/tj-actions/changed-files/issues/281) + +**Closed issues:** + +- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27) + +**Merged pull requests:** + +- \[PR 2\]: Added support for listing all\_modified\_files. [\#285](https://github.com/tj-actions/changed-files/pull/285) ([jackton1](https://github.com/jackton1)) +- Update peter-evans/create-pull-request action to v3.12.0 [\#284](https://github.com/tj-actions/changed-files/pull/284) ([renovate[bot]](https://github.com/apps/renovate)) +- \[PR 1\]: Renamed all\_modified\_files to all\_changed\_files [\#283](https://github.com/tj-actions/changed-files/pull/283) ([jackton1](https://github.com/jackton1)) +- Upgraded to v11.9 [\#280](https://github.com/tj-actions/changed-files/pull/280) ([jackton1](https://github.com/jackton1)) + ## [v11.9](https://github.com/tj-actions/changed-files/tree/v11.9) (2021-12-04) [Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.3.1...v11.9) **Implemented enhancements:** -- I cant get `since_last_remote_commit` to work properly on pull\_request event [\#276](https://github.com/tj-actions/changed-files/issues/276) +- Can't get `since_last_remote_commit` to work properly on pull\_request event [\#276](https://github.com/tj-actions/changed-files/issues/276) **Merged pull requests:** @@ -74,10 +97,6 @@ - \[BUG\] pull request with `since_last_remote_commit = true` returns fatal: bad object [\#253](https://github.com/tj-actions/changed-files/issues/253) -**Closed issues:** - -- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27) - **Merged pull requests:** - Updated git fetch to pull the last remote commit [\#254](https://github.com/tj-actions/changed-files/pull/254) ([jackton1](https://github.com/jackton1)) @@ -103,7 +122,7 @@ **Merged pull requests:** -- Updated formatting of all changed debug message [\#247](https://github.com/tj-actions/changed-files/pull/247) ([jackton1](https://github.com/jackton1)) +- Updated formatting of all modified debug message [\#247](https://github.com/tj-actions/changed-files/pull/247) ([jackton1](https://github.com/jackton1)) - Update reviewdog/action-shellcheck action to v1.10 [\#246](https://github.com/tj-actions/changed-files/pull/246) ([renovate[bot]](https://github.com/apps/renovate)) - Update peter-evans/create-pull-request action to v3.11.0 [\#245](https://github.com/tj-actions/changed-files/pull/245) ([renovate[bot]](https://github.com/apps/renovate)) - Update actions/checkout action to v2.4.0 [\#243](https://github.com/tj-actions/changed-files/pull/243) ([renovate[bot]](https://github.com/apps/renovate)) @@ -350,12 +369,12 @@ **Fixed bugs:** -- \[BUG\] `all_changed_files` show deleted files [\#155](https://github.com/tj-actions/changed-files/issues/155) +- \[BUG\] `all_modified_files` show deleted files [\#155](https://github.com/tj-actions/changed-files/issues/155) - \[BUG\] Dedupe the output list of changed files [\#151](https://github.com/tj-actions/changed-files/issues/151) **Merged pull requests:** -- Remove deleted files from the all\_changed\_files output [\#156](https://github.com/tj-actions/changed-files/pull/156) ([jackton1](https://github.com/jackton1)) +- Remove deleted files from the all\_modified\_files output [\#156](https://github.com/tj-actions/changed-files/pull/156) ([jackton1](https://github.com/jackton1)) - Upgraded to v9.2 [\#154](https://github.com/tj-actions/changed-files/pull/154) ([jackton1](https://github.com/jackton1)) ## [v9.2](https://github.com/tj-actions/changed-files/tree/v9.2) (2021-08-06) @@ -734,7 +753,7 @@ **Merged pull requests:** -- Add support for all changed files [\#16](https://github.com/tj-actions/changed-files/pull/16) ([jackton1](https://github.com/jackton1)) +- Add support for all modified files [\#16](https://github.com/tj-actions/changed-files/pull/16) ([jackton1](https://github.com/jackton1)) - Update test.yml [\#14](https://github.com/tj-actions/changed-files/pull/14) ([jackton1](https://github.com/jackton1)) - Upgraded to v3.1 [\#13](https://github.com/tj-actions/changed-files/pull/13) ([jackton1](https://github.com/jackton1)) diff --git a/README.md b/README.md index e17e7886..89ba7cb9 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 - name: List all changed files run: | @@ -140,11 +140,11 @@ Support this project with a :star: - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 with: separator: "," @@ -166,7 +166,7 @@ Support this project with a :star: - name: Get specific changed files id: changed-files-specific - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 with: files: | my-file.txt @@ -204,14 +204,14 @@ Support this project with a :star: - name: Use a source file or list of file(s) to populate to files input. id: changed-files-specific-source-file - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 with: files_from_source_file: | test/changed-files-list.txt - name: Use 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@v11.9 + uses: tj-actions/changed-files@v1.1.4 with: files_from_source_file: | test/changed-files-list.txt @@ -220,13 +220,13 @@ Support this project with a :star: - name: Use a different commit SHA id: changed-files-custom-sha - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 with: sha: ${{ github.event.pull_request.head.sha }} - name: Use a different base SHA id: changed-files-custom-base-sha - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 with: base_sha: "2096ed0" @@ -238,7 +238,7 @@ Support this project with a :star: - name: Run changed-files with defaults on the dir1 id: changed-files-for-dir1 - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 with: path: dir1 @@ -250,7 +250,7 @@ Support this project with a :star: - name: Run changed-files using the last commit on the remote branch id: changed-files-since-last-remote-commit - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 with: since_last_remote_commit: 'true' @@ -267,7 +267,7 @@ Support this project with a :star: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v11.9 + uses: tj-actions/changed-files@v1.1.4 - name: Pre-commit uses: pre-commit/action@v2.0.0