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 v11.1 #207

Merged
merged 1 commit into from
Aug 26, 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
18 changes: 12 additions & 6 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# Changelog

## [Unreleased](https://github.com/tj-actions/verify-changed-files/tree/HEAD)
## [v11.1](https://github.com/tj-actions/verify-changed-files/tree/v11.1) (2022-08-26)

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

**Fixed bugs:**

- \[BUG\] Except pattern not working [\#201](https://github.com/tj-actions/verify-changed-files/issues/201)

## [v11](https://github.com/tj-actions/verify-changed-files/tree/v11) (2022-08-23)

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

**Closed issues:**

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

**Merged pull requests:**

- chore\(deps\): updated tj-actions/glob to v13 [\#206](https://github.com/tj-actions/verify-changed-files/pull/206) ([jackton1](https://github.com/jackton1))

Check notice

Code scanning

Expected: 80; Actual: 158

Expected: 80; Actual: 158
- chore\(deps\): update tj-actions/verify-changed-files action to v11 [\#205](https://github.com/tj-actions/verify-changed-files/pull/205) ([renovate[bot]](https://github.com/apps/renovate))

Check notice

Code scanning

Expected: 80; Actual: 190

Expected: 80; Actual: 190
- Upgraded to v11 [\#204](https://github.com/tj-actions/verify-changed-files/pull/204) ([jackton1](https://github.com/jackton1))

Check notice

Code scanning

Expected: 80; Actual: 128

Expected: 80; Actual: 128

## [v11](https://github.com/tj-actions/verify-changed-files/tree/v11) (2022-08-23)

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

**Merged pull requests:**

- chore\(deps\): update tj-actions/glob action to v11 [\#203](https://github.com/tj-actions/verify-changed-files/pull/203) ([renovate[bot]](https://github.com/apps/renovate))
- feat: switch to use pattern file and fixed bug with excluded paths [\#202](https://github.com/tj-actions/verify-changed-files/pull/202) ([jackton1](https://github.com/jackton1))
- chore\(deps\): update tj-actions/auto-doc action to v1.4.1 [\#200](https://github.com/tj-actions/verify-changed-files/pull/200) ([renovate[bot]](https://github.com/apps/renovate))
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@v11
uses: tj-actions/verify-changed-files@v11.1
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@v11
uses: tj-actions/verify-changed-files@v11.1
id: verify-changed-files
with:
files: |
Expand Down