Releases: stefanzweifel/git-auto-commit-action
Releases · stefanzweifel/git-auto-commit-action
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_branchoption to force create a new branch (#203) @stefanzweifel
Fixed
- README.md: Updates hyperlink to GH docs (#200) @funkyfuture
v4.13.1
Fixed
- Properly disambiguate between branch or file checkout (#199) @kenodegard
v4.13.0
Added
- Add
skip_checkoutoption (#197) @cmbuckley
Changed
- Add note on minimum permissions to the docs (#180) @ericcornelissen
v4.12.0
Added
- Add
commit_hashoutput #172
v4.11.0
Added
- Add
status_optionsandadd_optionsoption #156