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 v7.2 #75

Merged
merged 1 commit into from
Sep 6, 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
28 changes: 27 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [v7.2](https://github.com/tj-actions/verify-changed-files/tree/v7.2) (2021-09-06)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v7.1...v7.2)

**Fixed bugs:**

- \[BUG\] Not detecting the change on a file [\#69](https://github.com/tj-actions/verify-changed-files/issues/69)

**Closed issues:**

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

**Merged pull requests:**

- Update pascalgn/automerge-action action to v0.14.3 [\#74](https://github.com/tj-actions/verify-changed-files/pull/74) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#73](https://github.com/tj-actions/verify-changed-files/pull/73) ([jackton1](https://github.com/jackton1))
- Update README.md [\#72](https://github.com/tj-actions/verify-changed-files/pull/72) ([jackton1](https://github.com/jackton1))
- Update peter-evans/create-pull-request action to v3.10.1 [\#71](https://github.com/tj-actions/verify-changed-files/pull/71) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/remark action to v1.7 [\#70](https://github.com/tj-actions/verify-changed-files/pull/70) ([renovate[bot]](https://github.com/apps/renovate))
- Update reviewdog/action-shellcheck action to v1.7 [\#68](https://github.com/tj-actions/verify-changed-files/pull/68) ([renovate[bot]](https://github.com/apps/renovate))
- Update codacy/codacy-analysis-cli-action action to v4 [\#67](https://github.com/tj-actions/verify-changed-files/pull/67) ([renovate[bot]](https://github.com/apps/renovate))
- Update codacy/codacy-analysis-cli-action action to v3 [\#66](https://github.com/tj-actions/verify-changed-files/pull/66) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#64](https://github.com/tj-actions/verify-changed-files/pull/64) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#63](https://github.com/tj-actions/verify-changed-files/pull/63) ([jackton1](https://github.com/jackton1))
- Update reviewdog/action-shellcheck action to v1.6 [\#61](https://github.com/tj-actions/verify-changed-files/pull/61) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v7.1 [\#60](https://github.com/tj-actions/verify-changed-files/pull/60) ([jackton1](https://github.com/jackton1))

## [v7.1](https://github.com/tj-actions/verify-changed-files/tree/v7.1) (2021-06-25)

[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v7...v7.1)
Expand All @@ -17,7 +44,6 @@
**Closed issues:**

- Add support for all platforms [\#55](https://github.com/tj-actions/verify-changed-files/issues/55)
- Dependency Dashboard [\#36](https://github.com/tj-actions/verify-changed-files/issues/36)

**Merged pull requests:**

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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@v7.1
uses: tj-actions/verify-changed-files@v7.2
id: verify-changed-files
with:
files: |
Expand All @@ -65,7 +65,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@v7.1
uses: tj-actions/verify-changed-files@v7.2
id: verify-changed-files
with:
files: |
Expand Down