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 v16.1.1 #343

Merged
merged 1 commit into from
Oct 1, 2023
Merged
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: 28 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

# [16.1.1](https://github.com/tj-actions/verify-changed-files/compare/v16.1.0...v16.1.1) - (2023-10-01)

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

## <!-- 1 -->🐛 Bug Fixes

- Bug with detecting deleted files ([312b11e](https://github.com/tj-actions/verify-changed-files/commit/312b11e8b4790e459ec5ea5a2f5cf5f776b5f6df)) - (Tonye Jack)

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 162 Warning

Expected: 80; Actual: 162
- Use of deprecated set output ([#341](https://github.com/tj-actions/verify-changed-files/issues/341)) ([1d6a375](https://github.com/tj-actions/verify-changed-files/commit/1d6a3754b98bff6b77f12e7cc071ba368e9eeaa2)) - (Tonye Jack)

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 230 Warning

Expected: 80; Actual: 230

## <!-- 26 -->🔄 Update

- Update README.md ([5dc77cf](https://github.com/tj-actions/verify-changed-files/commit/5dc77cfe76dcb899d4faded61ae7d7eede2a2996)) - (Tonye Jack)

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 146 Warning

Expected: 80; Actual: 146

## <!-- 30 -->📝 Other

- PR [#342](https://github.com/tj-actions/verify-changed-files/pull/342): bug with detecting deleted files ([fe1db7a](https://github.com/tj-actions/verify-changed-files/commit/fe1db7a3ef87f5bbad87629deb904b60bf8350c1)) - (repo-ranger[bot])

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 240 Warning

Expected: 80; Actual: 240

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
- PR [#335](https://github.com/tj-actions/verify-changed-files/pull/335): to v16.1.0 ([98cb02b](https://github.com/tj-actions/verify-changed-files/commit/98cb02b818e350b63e9ba438cff38c8927af5365)) - (repo-ranger[bot])

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 218 Warning

Expected: 80; Actual: 218

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

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

- Test detecting deleted unstaged files ([#340](https://github.com/tj-actions/verify-changed-files/issues/340)) ([54e20d3](https://github.com/tj-actions/verify-changed-files/commit/54e20d3c522fbeed99ebaf2e38a1eb33214c58ba)) - (Tonye Jack)

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 239 Warning

Expected: 80; Actual: 239
- **deps:** Update tj-actions/auto-doc action to v3.1.0 ([b7425dc](https://github.com/tj-actions/verify-changed-files/commit/b7425dc4a49717a67584e41daffd6406900c6a96)) - (renovate[bot])

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 186 Warning

Expected: 80; Actual: 186

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
- **deps:** Update actions/checkout action to v4.1.0 ([3a64002](https://github.com/tj-actions/verify-changed-files/commit/3a640023477c5b2bba404de3ad005ab01923ff70)) - (renovate[bot])

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 183 Warning

Expected: 80; Actual: 183

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
- **deps:** Update actions/checkout digest to 8ade135 ([5b70b3d](https://github.com/tj-actions/verify-changed-files/commit/5b70b3d2867499d9d6afeb415759979bb0b009ed)) - (renovate[bot])

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 184 Warning

Expected: 80; Actual: 184

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

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

- Upgraded from v16.0.1 -> v16.1.0
([bbade59](https://github.com/tj-actions/verify-changed-files/commit/bbade59f6a9d53f590015272840939a79cc20a44)) - (jackton1)

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 126 Warning

Expected: 80; Actual: 126

# [16.1.0](https://github.com/tj-actions/verify-changed-files/compare/v16.0.1...v16.1.0) - (2023-09-14)

## <!-- 1 -->🐛 Bug Fixes
Expand Down
Loading