Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to v8.8 #123

Merged
merged 1 commit into from
Nov 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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

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

**Fixed bugs:**

- \[BUG\] Support filenames with spaces [\#97](https://github.com/tj-actions/verify-changed-files/issues/97)

**Merged pull requests:**

- Handle spaces in filenames [\#121](https://github.com/tj-actions/verify-changed-files/pull/121) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#120](https://github.com/tj-actions/verify-changed-files/pull/120) ([jackton1](https://github.com/jackton1))
- Add a Codacy badge to README.md [\#119](https://github.com/tj-actions/verify-changed-files/pull/119) ([codacy-badger](https://github.com/codacy-badger))
- Updated README.md [\#118](https://github.com/tj-actions/verify-changed-files/pull/118) ([jackton1](https://github.com/jackton1))
- Upgraded to v8.7 [\#117](https://github.com/tj-actions/verify-changed-files/pull/117) ([jackton1](https://github.com/jackton1))

## [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)
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.7
uses: tj-actions/verify-changed-files@v8.8
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.7
uses: tj-actions/verify-changed-files@v8.8
id: verify-changed-files
with:
files: |
Expand Down