Skip to content

Releases: stefanzweifel/git-auto-commit-action

v7.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 09:32
Immutable release. Only release title and notes can be modified.
4a55954

Added

Fixed

Dependency Updates

v7.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 19:25
04702ed

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Oct 14:32
28e16e8

Added

Changed

Dependency Updates

v6.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:27
778341a

Fixed

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 18:44
3cc016c

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

Choose a tag to compare

@github-actions github-actions released this 19 Apr 08:39
b863ae1

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

Choose a tag to compare

@github-actions github-actions released this 11 Jan 07:12
e348103

Changed

Fixed

Dependency Updates

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 06:47
8621497

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

Choose a tag to compare

@github-actions github-actions released this 06 Oct 17:55
8756aa0

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

Changed

Fixed

Dependency Updates

v4.16.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 06:50
3ea6ae1

Changed

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

Fixed