Releases: lots0logs/gh-action-get-changed-files
Releases · lots0logs/gh-action-get-changed-files
[FIX]: v2.2.2
fix: make compatible with latest octokit version. Part of #26 #28
[MAINTENANCE] v2.2.1
Update package.json
[MAINTENANCE] v2.2.0
chore: maintenance update to node 18. update deps. bump version. Part of #26 #28
[PATCH] v2.1.4
Handle case where commit.parents is undefined. Update README.md.
[PATCH] v2.1.3
Fix incorrect argument order.
[PATCH] v2.1.2
Fix handling of renamed files so the old filename is not included in …
[BUG FIXES] v2.1.1
- Files that were both added and removed in the current pull request or push event are no longer included in the removed files array.
- Merge commits are no longer processed as they include changes not made by the current pull request or push event.
- Fixed bug that resulted in the process exiting before all output had been printed.
[RC] v2.1.1rc4
Hopefully fix process exiting too early
[RC] v2.1.1rc3
Rework code to ensure commits are processed in order so that deleted/…
[RC] v2.1.1rc2
Fix bug where deleted files were not properly detected because the te…