Releases: stefanzweifel/git-auto-commit-action
Releases · stefanzweifel/git-auto-commit-action
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
v4.13.1
Fixed
- Properly disambiguate between branch or file checkout (#199) @kenodegard
v4.13.0
Added
- Add
skip_checkout
option (#197) @cmbuckley
Changed
- Add note on minimum permissions to the docs (#180) @ericcornelissen
v4.12.0
Added
- Add
commit_hash
output #172
v4.11.0
Added
- Add
status_options
andadd_options
option #156
v4.10.0
v4.9.2
Fixes
- Push created annotated tags to remote by using
--follow-tags
and--atomic
instead of just--tags
#146
v4.9.1
Changed
- Revert changes made in v4.9.0. A branch will no longer be automatically generated. #144
Sorry for breaking your builds!
v4.9.0
Changed
- Automatically create branch if a branch with the given name does not exist #140