Changed Files
Version updated for tj-actions/changed-files to version v38.0.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 8,153 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
๐ ๐ New Feature ๐ ๐
- Inputs
dir_names_include_files
anddir_names_include_files_separator
now support providing patterns that can be matched to return changed files alongside the directory names when thedir_names
input is set totrue
๐ฅ ๐ฅ Breaking Changes ๐ฅ ๐ฅ
- Output paths for Windows now use a double backslash path separator. e.g
src\\main.ts
What’s Changed
- Upgraded to v37.6.1 by @tj-actions-bot in https://github.com/tj-actions/changed-files/pull/1458
- chore(deps): update actions/setup-node action to v3.8.1 by @renovate in https://github.com/tj-actions/changed-files/pull/1459
- chore(deps): update dependency @types/node to v20.5.1 by @renovate in https://github.com/tj-actions/changed-files/pull/1460
- chore(deps): lock file maintenance by @renovate in https://github.com/tj-actions/changed-files/pull/1461
- chore(deps): update dependency jest to v29.6.3 by @renovate in https://github.com/tj-actions/changed-files/pull/1462
- chore(deps): update typescript-eslint monorepo to v6.4.1 by @renovate in https://github.com/tj-actions/changed-files/pull/1463
- chore: update .eslintrc.json by @jackton1 in https://github.com/tj-actions/changed-files/pull/1465
- feat: add support for including matching changed files when dir_names is set to true by @jackton1 in https://github.com/tj-actions/changed-files/pull/1464
- Updated README.md by @tj-actions-bot in https://github.com/tj-actions/changed-files/pull/1466
- chore(deps): update dependency @types/node to v20.5.3 by @renovate in https://github.com/tj-actions/changed-files/pull/1467
- fix: bug with locating the previous tag by @jackton1 in https://github.com/tj-actions/changed-files/pull/1470
- chore(deps): update dependency @types/jest to v29.5.4 by @renovate in https://github.com/tj-actions/changed-files/pull/1472
- chore: update test by @jackton1 in https://github.com/tj-actions/changed-files/pull/1469
- fix: error getting diff for submodules by @jackton1 in https://github.com/tj-actions/changed-files/pull/1473
Full Changelog: https://github.com/tj-actions/changed-files/compare/v37...v38.0.0