Skip to content

Commit

Permalink
Upgraded to v11 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 committed Aug 23, 2022
1 parent f89c2af commit 334b99a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
29 changes: 27 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,40 @@
# Changelog

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

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

**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\): 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))
- chore\(deps\): update peter-evans/create-pull-request action to v4.1.1 [\#199](https://github.com/tj-actions/verify-changed-files/pull/199) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/auto-doc action to v1.4.0 [\#198](https://github.com/tj-actions/verify-changed-files/pull/198) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update peter-evans/create-pull-request action to v4.1.0 [\#197](https://github.com/tj-actions/verify-changed-files/pull/197) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/glob action to v10 [\#196](https://github.com/tj-actions/verify-changed-files/pull/196) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/auto-doc action to v1.3.1 [\#195](https://github.com/tj-actions/verify-changed-files/pull/195) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update tj-actions/auto-doc action to v1.3.0 [\#194](https://github.com/tj-actions/verify-changed-files/pull/194) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v10.1 [\#193](https://github.com/tj-actions/verify-changed-files/pull/193) ([jackton1](https://github.com/jackton1))

## [v10.1](https://github.com/tj-actions/verify-changed-files/tree/v10.1) (2022-07-26)

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

**Merged pull requests:**

- Updated README.md [\#192](https://github.com/tj-actions/verify-changed-files/pull/192) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#191](https://github.com/tj-actions/verify-changed-files/pull/191) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#190](https://github.com/tj-actions/verify-changed-files/pull/190) ([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@v10.1
uses: tj-actions/verify-changed-files@v11
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@v10.1
uses: tj-actions/verify-changed-files@v11
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit 334b99a

Please sign in to comment.