Skip to content

Releases: GrantBirki/git-diff-action

v2.7.0

15 Apr 17:06
c718f83
Compare
Choose a tag to compare

What's Changed

This release adds a minor change to how we pass the "search path" into the git binary when issuing commands. -- is used to separate the rest of the command from the search file path in order to prevent errors from being raised in the event that a user provides a search path that starts with a hyphen (-) and other edge cases.

  • Use -- to separate search path by @icco in #32

New Contributors

  • @icco made their first contribution in #32

Full Changelog: v2.6.1...v2.7.0

v2.6.1

04 Apr 20:52
7a7a721
Compare
Choose a tag to compare

What's Changed

This release mainly just updates internal node dependencies used by this Action

Full Changelog: v2.6.0...v2.6.1

v2.6.0

19 Mar 21:32
f908497
Compare
Choose a tag to compare

What's Changed

This release updates internal node dependencies used by this Action, adds 100% test coverage, and updates the Actions output to look a bit better.

Full Changelog: v2.5.0...v2.6.0

v2.5.0

19 Mar 18:53
999b996
Compare
Choose a tag to compare

What's Changed

Added git_options and git_diff_file as new input options for the action

  • git_options will allow you to pass specific CLI flags to the git binary when running git diff
  • git_diff_file will allow you to bypass generating a git diff in the Action and instead you can provide a file path to a git diff that you already generated to use instead

Full Changelog: v2.4.1...v2.5.0

v2.4.1

20 Feb 06:11
d3f05c9
Compare
Choose a tag to compare

What's Changed

Internal node dependency updates and CI version updates

Full Changelog: v2.4.0...v2.4.1

v2.4.0

21 Dec 23:10
b4b6081
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

22 Nov 19:18
8b7f8a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

10 Nov 05:54
3d5d323
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

13 Sep 04:31
8760bfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

19 Jul 14:41
0efdc4f
Compare
Choose a tag to compare

v2.1.0

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0