Skip to content

Commit

Permalink
Upgraded from v8.6 -> v8.7 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <[email protected]>
  • Loading branch information
jackton1 and jackton1 authored Nov 24, 2021
1 parent bd1e271 commit e47da92
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
31 changes: 23 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v8.7](https://github.com/tj-actions/verify-changed-files/tree/v8.7) (2021-11-24)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.6...v8.7)

**Implemented enhancements:**

- \[Feature\] Ignore LF/CRLF differences [\#101](https://github.com/tj-actions/verify-changed-files/issues/101)

**Closed issues:**

- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36)

**Merged pull requests:**

- Add input setting for core.autocrlf [\#116](https://github.com/tj-actions/verify-changed-files/pull/116) ([jackton1](https://github.com/jackton1))
- Update reviewdog/action-shellcheck action to v1.12 [\#115](https://github.com/tj-actions/verify-changed-files/pull/115) ([renovate[bot]](https://github.com/apps/renovate))
- Update reviewdog/action-shellcheck action to v1.11 [\#114](https://github.com/tj-actions/verify-changed-files/pull/114) ([renovate[bot]](https://github.com/apps/renovate))
- Update reviewdog/action-shellcheck action to v1.10 [\#113](https://github.com/tj-actions/verify-changed-files/pull/113) ([renovate[bot]](https://github.com/apps/renovate))
- Revert change to entrypoint.sh [\#112](https://github.com/tj-actions/verify-changed-files/pull/112) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#111](https://github.com/tj-actions/verify-changed-files/pull/111) ([jackton1](https://github.com/jackton1))
- Remove redundant config [\#109](https://github.com/tj-actions/verify-changed-files/pull/109) ([jackton1](https://github.com/jackton1))
- Upgraded to v8.6 [\#108](https://github.com/tj-actions/verify-changed-files/pull/108) ([jackton1](https://github.com/jackton1))

## [v8.6](https://github.com/tj-actions/verify-changed-files/tree/v8.6) (2021-11-06)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.5...v8.6)
Expand All @@ -22,14 +45,6 @@

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.3...v8.4)

**Implemented enhancements:**

- \[Feature\] Ignore LF/CRLF differences [\#101](https://github.com/tj-actions/verify-changed-files/issues/101)

**Closed issues:**

- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36)

**Merged pull requests:**

- CRLF/LF support for all platforms [\#103](https://github.com/tj-actions/verify-changed-files/pull/103) ([jackton1](https://github.com/jackton1))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Verify that certain files or directories did or did not change during the workfl
echo "Changed" > test_directory/new.txt
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
uses: tj-actions/verify-changed-files@v8.7
id: verify-changed-files
with:
files: |
Expand All @@ -74,7 +74,7 @@ Verify that certain files or directories did or did not change during the workfl
```yaml
...
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
uses: tj-actions/verify-changed-files@v8.7
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit e47da92

Please sign in to comment.