diff --git a/HISTORY.md b/HISTORY.md index 184ff605..6c8a5805 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,19 @@ # Changelog +## [v8.4](https://github.com/tj-actions/changed-files/tree/v8.4) (2021-06-26) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.3...v8.4) + +**Closed issues:** + +- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27) + +**Merged pull requests:** + +- Update reviewdog/action-shellcheck action to v1.6 [\#118](https://github.com/tj-actions/changed-files/pull/118) ([renovate[bot]](https://github.com/apps/renovate)) +- Add message grouping [\#117](https://github.com/tj-actions/changed-files/pull/117) ([jackton1](https://github.com/jackton1)) +- Upgraded to v8.3 [\#116](https://github.com/tj-actions/changed-files/pull/116) ([jackton1](https://github.com/jackton1)) + ## [v8.3](https://github.com/tj-actions/changed-files/tree/v8.3) (2021-06-25) [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.2...v8.3) @@ -13,10 +27,6 @@ [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.1...v8.2) -**Closed issues:** - -- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27) - **Merged pull requests:** - Update arrow direction and added branch information [\#113](https://github.com/tj-actions/changed-files/pull/113) ([jackton1](https://github.com/jackton1)) diff --git a/README.md b/README.md index f932c02a..e64c7e3e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v8.3 + uses: tj-actions/changed-files@v8.4 - name: List all modified files run: | @@ -108,11 +108,11 @@ jobs: - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v8.3 + uses: tj-actions/changed-files@v8.4 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v8.3 + uses: tj-actions/changed-files@v8.4 with: separator: "," @@ -134,7 +134,7 @@ jobs: - name: Get specific changed files id: changed-files-specific - uses: tj-actions/changed-files@v8.3 + uses: tj-actions/changed-files@v8.4 with: files: | my-file.txt @@ -163,7 +163,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v8.3 + uses: tj-actions/changed-files@v8.4 - name: Pre-commit uses: pre-commit/action@v2.0.0