Upgraded to v6.2 (#76)

Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
Tonye Jack 2021-05-17 04:32:59 -04:00 committed by GitHub
parent 83365da33e
commit d6a0e35f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 5 deletions

View File

@ -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)

View File

@ -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