diff --git a/HISTORY.md b/HISTORY.md index 0cb28dfb..db861dd6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,22 @@ # Changelog +## [v6.2](https://github.com/tj-actions/changed-files/tree/v6.2) (2021-05-17) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v6.1...v6.2) + +**Fixed bugs:** + +- Fixed bug with trailing separator [\#74](https://github.com/tj-actions/changed-files/pull/74) ([jackton1](https://github.com/jackton1)) + +**Merged pull requests:** + +- Remove unused line [\#75](https://github.com/tj-actions/changed-files/pull/75) ([jackton1](https://github.com/jackton1)) +- Update action.yml [\#73](https://github.com/tj-actions/changed-files/pull/73) ([jackton1](https://github.com/jackton1)) +- Update README.md [\#72](https://github.com/tj-actions/changed-files/pull/72) ([jackton1](https://github.com/jackton1)) +- Improve test coverage [\#71](https://github.com/tj-actions/changed-files/pull/71) ([jackton1](https://github.com/jackton1)) +- Update action.yml [\#70](https://github.com/tj-actions/changed-files/pull/70) ([jackton1](https://github.com/jackton1)) +- Upgraded to v6.1 [\#69](https://github.com/tj-actions/changed-files/pull/69) ([jackton1](https://github.com/jackton1)) + ## [v6.1](https://github.com/tj-actions/changed-files/tree/v6.1) (2021-05-16) [Full Changelog](https://github.com/tj-actions/changed-files/compare/v6...v6.1) diff --git a/README.md b/README.md index d07966c2..1fb54f4f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v6.1 + uses: tj-actions/changed-files@v6.2 - name: List all modified files run: | @@ -104,11 +104,11 @@ jobs: - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v6.1 + uses: tj-actions/changed-files@v6.2 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v6.1 + uses: tj-actions/changed-files@v6.2 with: separator: "," @@ -130,7 +130,7 @@ jobs: - name: Get specific changed files id: changed-files-specific - uses: tj-actions/changed-files@v6.1 + uses: tj-actions/changed-files@v6.2 with: files: | my-file.txt @@ -159,7 +159,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v6.1 + uses: tj-actions/changed-files@v6.2 - name: Pre-commit uses: pre-commit/action@v2.0.0