Skip to content

Commit

Permalink
Upgraded from v15.0.2 -> v16
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 22, 2023
1 parent 7f1b21c commit da65453
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# [16.0.0](https://github.com/tj-actions/verify-changed-files/compare/v15.0.2...v16.0.0) - (2023-06-22)

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 103 Warning

Expected: 80; Actual: 103

Check warning

Code scanning / Markdownlint (reported by Codacy)

Multiple top-level headings in the same document Warning

Multiple top-level headings in the same document

## <!-- 7 -->⚙️ Miscellaneous Tasks

- **deps:** Update tj-actions/glob action to v17 ([238896a](https://github.com/tj-actions/verify-changed-files/commit/238896a72e93f10b7fc934cd3a1870b7dce5d625)) - (renovate[bot])

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Note

[no-undefined-references] Found reference to undefined definition

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 179 Warning

Expected: 80; Actual: 179

## <!-- 9 -->⬆️ Upgrades

- Upgraded from v15.0.1 -> v15.0.2 ([#313](https://github.com/tj-actions/verify-changed-files/issues/313))

Co-authored-by: jackton1 <jackton1@users.noreply.github.com>

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn for autolinks without protocol. Note

[no-auto-link-without-protocol] All automatic links must start with a protocol
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([7f1b21c](https://github.com/tj-actions/verify-changed-files/commit/7f1b21ceb7ef533b97b46e89e2f882ee5cb17ae0)) - (tj-actions[bot])

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Note

[no-undefined-references] Found reference to undefined definition

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 218 Warning

Expected: 80; Actual: 218

# [15.0.2](https://github.com/tj-actions/verify-changed-files/compare/v15.0.1...v15.0.2) - (2023-06-22)

## <!-- 13 -->📦 Bumps
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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@v15
uses: tj-actions/verify-changed-files@v16
id: verify-changed-files
with:
files: |
Expand All @@ -77,7 +77,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@v15
uses: tj-actions/verify-changed-files@v16
id: verify-changed-files
with:
files: |
Expand All @@ -95,7 +95,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@v15
uses: tj-actions/verify-changed-files@v16
id: verify-changed-files

- name: List all changed files tracked and untracked files
Expand Down

0 comments on commit da65453

Please sign in to comment.