Releases: stefanzweifel/git-auto-commit-action
Releases · stefanzweifel/git-auto-commit-action
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
v4.8.0
v4.7.2
This release basically reverts the Action to the state of v4.6.0
. Multiple users reported that the changes made in v4.7.0
and v4.7.1
broke their workflows. Apologies for that!
Changed
- Revert change to fix git-checkout with special characters in branch names #122
v4.7.1
v4.7.0
v4.6.0
v4.5.1
v4.5.0
Added
- Create orphan branch if branch does not exist #95
v4.4.1
Changed
- Include given
file_pattern
in git dirty check #91