mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-01-11 12:08:25 +00:00
3.1 KiB
3.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
TBD
v3.0.0 - 2020-02-06
Added
- Add
commit_user_name,commit_user_emailandcommit_authorinput options for full customzation on how the commit is being created #39
### Changed
- Make the
branchinput option optional #41
Removed
- Remove the need of a GITHUB_TOKEN. Users now have to use
actions/checkout@v2or higher #36
v2.5.0 - 2019-12-18
Added
- Add new
repository-argument #22
Changed
- Extract logic of the Action into methods and into a separate file #24
v2.4.0 - 2019-11-30
Added
v2.3.0 - 2019-11-04
Added
- Add a new
commit_option-argument. Allows users to define additional commit options for thegit-commitcommand. #14
v2.2.0 - 2019-10-26
Added
- Add new
file_pattern-argument. Allows users to define which files should be added in the commit. #13
v2.1.0 - 2019-09-20
Added
- Add
branch-argument to determine, to which branch changes should be pushed. See README for usage details.
Fixed
- Fixes Issue where changes couldn't be pushed to GitHub due to wrong ref-name.
Removed
- Remove
commit_author_emailandcommit_author_namearguments. The$GITHUB_ACTORis now used as the Git Author
v2.0.0 - 2019-08-31
Changed
- Make Action Compatible with latest beta of GitHub Actions #3
v1.0.0 - 2019-06-10
Added
- Add Core Logic for Action