Skip to content

Releases: stefanzweifel/git-auto-commit-action

v4.14.0

18 Mar 19:29
Compare
Choose a tag to compare

Added

Fixed

v4.13.1

13 Jan 18:16
5804e42
Compare
Choose a tag to compare

Fixed

v4.13.0

10 Jan 19:27
8040434
Compare
Choose a tag to compare

Added

Changed

v4.12.0

10 Sep 17:48
Compare
Choose a tag to compare

Added

  • Add commit_hash output #172

v4.11.0

03 May 19:02
Compare
Choose a tag to compare

Added

  • Add status_options and add_options option #156

v4.10.0

12 Apr 19:06
Compare
Choose a tag to compare

Added

  • Add disable_globbing option #153, #154

v4.9.2

04 Mar 16:54
Compare
Choose a tag to compare

Fixes

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

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