Skip to content

Releases: stefanzweifel/git-auto-commit-action

v4.9.1

23 Feb 20:20
Compare
Choose a tag to compare

Changed

  • Revert changes made in v4.9.0. A branch will no longer be automatically generated. #144

Sorry for breaking your builds!

v4.9.0

20 Feb 19:36
Compare
Choose a tag to compare

Changed

  • Automatically create branch if a branch with the given name does not exist #140

v4.8.0

15 Dec 19:54
Compare
Choose a tag to compare

Added

  • Add skip_fetch option to skip the execution of git-fetch #131

Changed

  • Update git fetch to only fetch the latest commit from remote #131

v4.7.2

24 Oct 09:42
Compare
Choose a tag to compare

This release basically reverts the Action to the state of v4.6.0. Multiple users reported that the changes made in v4.7.0 and v4.7.1 broke their workflows. Apologies for that!

Changed

  • Revert change to fix git-checkout with special characters in branch names #122

v4.7.1

22 Oct 05:38
Compare
Choose a tag to compare

Removed

  • Remove checkout_options as it broke everything #120

v4.7.0

21 Oct 18:47
Compare
Choose a tag to compare

Added

  • Add checkout_options #115

v4.6.0

11 Oct 18:37
Compare
Choose a tag to compare

Changed

  • Make "commit_message" optional and set default commit message to "Apply automatic changes" #103, #110

Fixes

  • Better support for branch names with special characters in them #108

v4.5.1

11 Sep 09:21
Compare
Choose a tag to compare

Removed

  • Remove orphan branch feature added in #95 which broke stuff (#98)

v4.5.0

10 Sep 17:49
Compare
Choose a tag to compare

Added

  • Create orphan branch if branch does not exist #95

v4.4.1

16 Aug 18:06
Compare
Choose a tag to compare

Changed

  • Include given file_pattern in git dirty check #91