Releases: tj-actions/changed-files
Releases · tj-actions/changed-files
v9.3
⚠️ Breaking Change ⚠️
- Remove deleted files from the
all_changed_files
output lists which should only return ACMR (Added, Changed, Modified, Renamed) files. Reported by: @ozlotusflare
v9.2
- Dedupe all output files.
v9.1
- Updated
any_changed
boolean output to return true when matching files are deleted.
v9
- Updated
all_modified_files
output to include renamed files. Reported By: @linnea-foreflight - Updated
any_changed
boolean output to returntrue
when matching files are renamed.
v8.9
- Updated action description
v8.8
- Added the
only_changed
boolean output for verifying only specific file changes listed in thefiles
input. Reported by: @aleclerc-sonrai - Added the
other_changed_files
output for a list of files that weren't listed in thefiles
input.
v8.7
- Added the
base_sha
input to support using a custom target sha. Reported by: @patroza
v8.6
- Added
files-from-source-file
input which populates thefiles
input. Reported by: @Sonic0 - Resolved 🐛 with duplicate outputs when the same path is used more than once.
v8.5
- Added a new
sha
input which defaults to the current commit sha. Thanks @Kras4ooo
v8.4
- Added log message grouping