Skip to content

Releases: stefanzweifel/git-auto-commit-action

v4.11.0

Choose a tag to compare

@stefanzweifel stefanzweifel released this 03 May 19:02

Added

  • Add status_options and add_options option #156

v4.10.0

Choose a tag to compare

@stefanzweifel stefanzweifel released this 12 Apr 19:06

Added

  • Add disable_globbing option #153, #154

v4.9.2

Choose a tag to compare

@stefanzweifel stefanzweifel released this 04 Mar 16:54

Fixes

  • Push created annotated tags to remote by using --follow-tags and --atomic instead of just --tags #146

v4.9.1

Choose a tag to compare

@stefanzweifel stefanzweifel released this 23 Feb 20:20

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

Choose a tag to compare

@stefanzweifel stefanzweifel released this 20 Feb 19:36

Changed

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

v4.8.0

Choose a tag to compare

@stefanzweifel stefanzweifel released this 15 Dec 19:54

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

Choose a tag to compare

@stefanzweifel stefanzweifel released this 24 Oct 09:42

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

Choose a tag to compare

@stefanzweifel stefanzweifel released this 22 Oct 05:38

Removed

  • Remove checkout_options as it broke everything #120

v4.7.0

Choose a tag to compare

@stefanzweifel stefanzweifel released this 21 Oct 18:47

Added

  • Add checkout_options #115

v4.6.0

Choose a tag to compare

@stefanzweifel stefanzweifel released this 11 Oct 18:37

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