Skip to content

Releases: stefanzweifel/git-auto-commit-action

v6.0.1

11 Jun 11:27
778341a
Compare
Choose a tag to compare

Fixed

v6.0.0

10 Jun 18:44
3cc016c
Compare
Choose a tag to compare

Added

  • Throw error early if repository is in a detached state (#357)

Fixed

Removed

  • Remove support for create_branch, skip_checkout, skip_Fetch (#314)

v5.2.0

19 Apr 08:39
b863ae1
Compare
Choose a tag to compare

Added

  • Add create_git_tag_only option to skip commiting and always create a git-tag. (#364) @zMynxx
  • Add Test for create_git_tag_only feature (#367) @stefanzweifel

Fixed

v5.1.0

11 Jan 07:12
e348103
Compare
Choose a tag to compare

Changed

Fixed

Dependency Updates

v5.0.1

12 Apr 06:47
8621497
Compare
Choose a tag to compare

Fixed

  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @ccomendant

Dependency Updates

Misc

v5.0.0

06 Oct 17:55
8756aa0
Compare
Choose a tag to compare

New major release that bumps the default runtime to Node 20. There are no other breaking changes.

Changed

Fixed

Dependency Updates

v4.16.0

02 Dec 06:50
3ea6ae1
Compare
Choose a tag to compare

Changed

  • Don't commit files when only LF/CRLF changes (#265) @ZeroRin
  • Update default email address of github-actions[bot] (#264) @Teko012

Fixed

v4.15.4

05 Nov 10:55
0b007fb
Compare
Choose a tag to compare

Fixed

Dependency Updates

v4.15.3

26 Oct 16:56
0049e3f
Compare
Choose a tag to compare

Changed

  • Use deprecated set-output syntax if GITHUB_OUTPUT environment is not available (#255) @stefanzweifel

v4.15.2

22 Oct 09:19
2fde6fc
Compare
Choose a tag to compare

Changed