Skip to content

Releases: trilom/file-changes-action

v1.2.4

21 May 14:53
Compare
Choose a tag to compare

1.2.4 (2020-05-21)

Bug Fixes

  • change in api: github api had a change, this should trigger release 1.2.4. this change here quiets a quacker during the intergration test (99f8f91)

v1.2.3

25 Mar 22:36
Compare
Choose a tag to compare

1.2.3 (2020-03-25)

Bug Fixes

  • test release: testing a release (dfca448)

v1.2.2

25 Mar 21:49
Compare
Choose a tag to compare

1.2.2 (2020-03-25)

Bug Fixes

  • issue_comment: this needs to return PR info not commit info if before and after explicitly set, else PR (eee976b)
  • naming: renamed "deleted" to "removed". sorry if this is breaking for you. (800537f)
  • pull_request_synchronize events: issue with PR Synchronize events, it would return commit files instead of PR files, this is adjusted to return ALL PR files with PR synchronize event (fb7bcc7)
  • space issue: this should resolve the issue with using a blank space. the assumption here is that 'json' is default, if you use ' ' it will be '' which is the app default, not the action default of 'json' (0e4184f), closes #81

v1.2.1

19 Mar 13:34
Compare
Choose a tag to compare

1.2.1 (2020-03-19)

Bug Fixes

  • everything: very proud to say this is 100% coverage according to default jest of all src code (including test) (dd31d02)
  • redesign: a lot of things changed here in the project (32903fd)

v1.1.1

25 Feb 01:06
Compare
Choose a tag to compare

1.1.1 (2020-02-25)

Bug Fixes

  • readme: fix readme && trigger test build (ce3fe3a)
  • workflows: trying to test this (8a88412)

pagination

21 Jan 08:17
58a058a
Compare
Choose a tag to compare
v1.1.0

Merge branch 'master' into releases/v1

Initial release of file-changes-action 🎉

09 Jan 00:00
c15d152
Compare
Choose a tag to compare
Merge pull request #2 from trilom/releases/v1

Releases/v1.1