Releases: stefanzweifel/git-auto-commit-action
Releases · stefanzweifel/git-auto-commit-action
v5.0.1
Fixed
- Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @ccomendant
Dependency Updates
- Bump bats from 1.10.0 to 1.11.0 (#325) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#319) @dependabot
Misc
v5.0.0
New major release that bumps the default runtime to Node 20. There are no other breaking changes.
Changed
- Update node version to node20 (#300) @ryudaitakai
- Add _log and _set_github_output functions (#273) @stefanzweifel
Fixed
- Seems like there is an extra space (#288) @pedroamador
- Fix git-auto-commit.yml (#277) @zcong1993
Dependency Updates
- Bump actions/checkout from 3 to 4 (#302) @dependabot
- Bump bats from 1.9.0 to 1.10.0 (#293) @dependabot
- Bump github/super-linter from 4 to 5 (#289) @dependabot
- Bump bats from 1.8.2 to 1.9.0 (#282) @dependabot
v4.16.0
v4.15.4
Fixed
- Let Action fail if git binary can't be located (#261) @stefanzweifel
Dependency Updates
- Bump github/super-linter from 3 to 4 (#258) @dependabot
- Bump bats from 1.7.0 to 1.8.2 (#259) @dependabot
- Bump actions/checkout from 2 to 3 (#257) @dependabot
v4.15.3
Changed
- Use deprecated set-output syntax if GITHUB_OUTPUT environment is not available (#255) @stefanzweifel
v4.15.2
v4.15.1
Fixed
- Run Action on Node16 (#247) @stefanzweifel
v4.15.0
Changed
- Expand
file_pattern
-input to an array (#205) @stefanzweifel
Fixed
- String values in README.md extended example are now correct (#196) @karolswdev
- Fix Typos and grammer Errors in README (#235) @derrickleemy
- Fix Typo in README (#230) @fty4
- Add missing links in the CHANGELOG (#223) @ericcornelissen
v4.14.1
v4.14.0
Added
- Add
create_branch
option to force create a new branch (#203) @stefanzweifel
Fixed
- README.md: Updates hyperlink to GH docs (#200) @funkyfuture