Skip to content

Releases: stefanzweifel/git-auto-commit-action

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

v4.15.1

10 Oct 17:17
fd157da
Compare
Choose a tag to compare

Fixed

v4.15.0

24 Sep 08:53
Compare
Choose a tag to compare

Changed

Fixed

v4.14.1

12 Apr 18:43
Compare
Choose a tag to compare

Changed

  • Change Commit User Name from "GitHub Actions" to "github-actions[bot]" (#213) @jooola
  • Change Commit User Email from "actions@github.com" to "github-actions[bot]@users.noreply.github.com" (#213) @jooola

Fixed

  • Update doc link to GITHUB_TOKEN not triggering new workflow runs (#206) @gapple

v4.14.0

18 Mar 19:29
Compare
Choose a tag to compare

Added

Fixed