Skip to content

Releases: lots0logs/gh-action-get-changed-files

[FIX]: v2.2.2

22 May 00:27
6cb5164
Compare
Choose a tag to compare
fix: make compatible with latest octokit version.

Part of #26 #28

[MAINTENANCE] v2.2.1

19 May 17:14
b5be1fe
Compare
Choose a tag to compare

[MAINTENANCE] v2.2.0

17 May 23:58
f11cd45
Compare
Choose a tag to compare
chore: maintenance

update to node 18.
update deps.
bump version.

Part of #26 #28

[PATCH] v2.1.4

09 Jun 22:42
af14147
Compare
Choose a tag to compare
Handle case where commit.parents is undefined. Update README.md.

[PATCH] v2.1.3

09 Jun 18:17
d9a82c7
Compare
Choose a tag to compare
Fix incorrect argument order.

[PATCH] v2.1.2

09 Jun 18:07
fc7b3aa
Compare
Choose a tag to compare
Fix handling of renamed files so the old filename is not included in …

…the lists.

[BUG FIXES] v2.1.1

06 Jun 00:33
56647e5
Compare
Choose a tag to compare
  • 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

05 Jun 22:00
f1fbe31
Compare
Choose a tag to compare
Pre-release
Hopefully fix process exiting too early

[RC] v2.1.1rc3

05 Jun 21:42
4367317
Compare
Choose a tag to compare
Pre-release
Rework code to ensure commits are processed in order so that deleted/…

…added files can be handled appropriately.

[RC] v2.1.1rc2

05 Jun 20:27
14772bf
Compare
Choose a tag to compare
Pre-release
Fix bug where deleted files were not properly detected because the te…

…rm used by the api is actually "removed". Replaced usage of "deleted" with "removed" while also retaining previous output using "deleted" for backwards compatability.