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 v9 #142

Merged
merged 1 commit into from
Mar 13, 2022
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
34 changes: 30 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [v9](https://github.com/tj-actions/verify-changed-files/tree/v9) (2022-03-12)

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

**Closed issues:**

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

**Merged pull requests:**

- feat: Add support for glob pattern matching [\#141](https://github.com/tj-actions/verify-changed-files/pull/141) ([jackton1](https://github.com/jackton1))
- Update codacy/codacy-analysis-cli-action action to v4.0.2 [\#140](https://github.com/tj-actions/verify-changed-files/pull/140) ([renovate[bot]](https://github.com/apps/renovate))
- Update codacy/codacy-analysis-cli-action action to v4.0.1 [\#139](https://github.com/tj-actions/verify-changed-files/pull/139) ([renovate[bot]](https://github.com/apps/renovate))
- Update actions/checkout action [\#138](https://github.com/tj-actions/verify-changed-files/pull/138) ([renovate[bot]](https://github.com/apps/renovate))
- Update peter-evans/create-pull-request action to v3.14.0 [\#137](https://github.com/tj-actions/verify-changed-files/pull/137) ([renovate[bot]](https://github.com/apps/renovate))
- Update peter-evans/create-pull-request action to v3.13.0 [\#136](https://github.com/tj-actions/verify-changed-files/pull/136) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.12 [\#135](https://github.com/tj-actions/verify-changed-files/pull/135) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/sync-release-version action to v11 [\#134](https://github.com/tj-actions/verify-changed-files/pull/134) ([renovate[bot]](https://github.com/apps/renovate))
- Update reviewdog/action-shellcheck action to v1.14 [\#133](https://github.com/tj-actions/verify-changed-files/pull/133) ([renovate[bot]](https://github.com/apps/renovate))
- Update peter-evans/create-pull-request action to v3.12.1 [\#132](https://github.com/tj-actions/verify-changed-files/pull/132) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/remark action to v2.3 [\#131](https://github.com/tj-actions/verify-changed-files/pull/131) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/remark action to v2.2 [\#130](https://github.com/tj-actions/verify-changed-files/pull/130) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/remark action to v2 [\#129](https://github.com/tj-actions/verify-changed-files/pull/129) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.11 [\#128](https://github.com/tj-actions/verify-changed-files/pull/128) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.10 [\#127](https://github.com/tj-actions/verify-changed-files/pull/127) ([renovate[bot]](https://github.com/apps/renovate))
- Update reviewdog/action-shellcheck action to v1.13 [\#126](https://github.com/tj-actions/verify-changed-files/pull/126) ([renovate[bot]](https://github.com/apps/renovate))
- Update peter-evans/create-pull-request action to v3.12.0 [\#125](https://github.com/tj-actions/verify-changed-files/pull/125) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#124](https://github.com/tj-actions/verify-changed-files/pull/124) ([jackton1](https://github.com/jackton1))
- Upgraded to v8.8 [\#123](https://github.com/tj-actions/verify-changed-files/pull/123) ([jackton1](https://github.com/jackton1))

## [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)
Expand All @@ -24,10 +54,6 @@

- \[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))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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.8
uses: tj-actions/verify-changed-files@v9
id: verify-changed-files
with:
files: |
Expand All @@ -69,7 +69,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.8
uses: tj-actions/verify-changed-files@v9
id: verify-changed-files
with:
files: |
Expand Down