2019-06-10 20:30:57 +08:00
# Changelog
2019-06-10 20:41:03 +08:00
All notable changes to this project will be documented in this file.
2019-06-10 20:30:57 +08:00
2019-06-10 20:41:03 +08:00
The format is based on [Keep a Changelog ](http://keepachangelog.com/en/1.0.0/ )
and this project adheres to [Semantic Versioning ](http://semver.org/spec/v2.0.0.html ).
2020-09-11 17:20:30 +08:00
## [Unreleased](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.5.1...HEAD)
2020-04-24 02:46:50 +08:00
> TBD
2020-05-10 19:16:25 +08:00
2020-09-11 17:20:30 +08:00
## [v4.5.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.5.0...v4.5.1) - 2020-09-11
2020-09-11 17:22:22 +08:00
### Removed
2020-09-11 17:20:30 +08:00
- Remove orphan branch feature added in #95 which broke stuff [#98 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/98 )
2020-09-11 01:48:26 +08:00
## [v4.5.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.4.1...v4.5.0) - 2020-09-10
### Added
- Create orphan branch if branch name does not exist [#95 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/95 )
## [v4.4.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.4.0...v4.4.1) - 2020-08-16
2020-08-17 02:03:54 +08:00
### Changed
- Include given `file_pattern` in git dirty check [#91 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/91 )
2020-06-27 03:07:28 +08:00
## [v4.4.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.3.0...v4.4.0) - 2020-06-26
### Added
- Add option to skipt the dirty check and always try to create and push a commit [#82 ](https://github.com/stefanzweifel/git-auto-commit-action/issues/82 ), [#84 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/84 )
2020-05-16 19:47:17 +08:00
## [v4.3.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.2.0...v4.3.0) - 2020-05-16
Note: Since v4.3.0 we provide major version tags. You can now use `stefanzweifel/git-auto-commit-action@v4` to always use the latest release of a major version. See [#77 ](https://github.com/stefanzweifel/git-auto-commit-action/issues/77 ) for details.
### Added
- Add new `push_options` -input. This feature makes it easier for you to force-push commits to a repository. [#78 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/78 ), [#72 ](https://github.com/stefanzweifel/git-auto-commit-action/issues/72 )
2020-05-10 19:16:25 +08:00
## [v4.2.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.6...v4.2.0) - 2020-05-10
2020-06-27 03:07:28 +08:00
### Changed
2020-05-10 19:16:25 +08:00
- Use `${{ github.head_ref }}` as default branch value. Therefore, the branch name when listening for `pull_request` -events is optional. [#75 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/75 ), [#73 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/73 )
2020-05-10 18:59:42 +08:00
2020-04-28 19:28:19 +08:00
## [v4.1.6](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.5...v4.1.6) - 2020-04-28
### Fixes
- Fix issue where tags could not be created correctly [#68 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/68 )
2020-04-24 02:46:50 +08:00
## [v4.1.5](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.4...v4.1.5) - 2020-04-23
### Added
- Update `file_pattern` to support multiple file paths [#65 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/65 )
### Changes
- Revert changes made in v4.1.4 [#63 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/63 )
### Fixes
- Fix issue with `commit_options` [#64 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/64 )
2020-04-18 16:55:26 +08:00
2020-04-22 18:58:51 +08:00
## [v4.1.4](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.3...v4.1.4) - 2020-04-22
### Fixed
- Fix bug introduced in previous version, where git user configuration has been placed inline [#62 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/62 )
2020-04-18 16:55:26 +08:00
## [v4.1.3](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.2...v4.1.3) - 2020-04-18
2020-04-22 18:58:51 +08:00
### Changed
2020-04-18 16:55:26 +08:00
- Place Git user configuration inline [#59 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/59 )
2020-03-06 03:55:10 +08:00
2020-04-03 15:19:39 +08:00
## [v4.1.2](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.1...v4.1.2) - 2020-04-03
### Fixes
- Fix Issue with `changes_detected` -output [#57 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/57 )
## [v4.1.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.0...v4.1.1) - 2020-03-14
2020-03-14 20:37:49 +08:00
### Fixes
- Fix issue where commit has not been pushed to remote repository, when no `branch` -option has been given [#54 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/54 )
2020-03-06 03:55:10 +08:00
## [v4.1.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.0.0...v4.1.0) - 2020-03-05
2020-02-07 04:15:35 +08:00
2020-03-05 03:33:53 +08:00
### Added
2020-03-06 03:55:10 +08:00
- Add `changes_detected` output [#49 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/49 ), [#46 ](https://github.com/stefanzweifel/git-auto-commit-action/issues/46 )
- Add `tagging_message` input option to create and push tags [#50 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/50 ), [#47 ](https://github.com/stefanzweifel/git-auto-commit-action/issues/47 )
2020-02-07 04:15:35 +08:00
2020-02-25 03:02:46 +08:00
## [v4.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v3.0.0...v4.0.0) - 2020-02-24
### Changed
2020-02-25 03:09:19 +08:00
- Switch Action to use `node12` -environment instead of `docker` . [#45 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/45 )
2020-02-25 03:02:46 +08:00
2020-02-07 04:15:35 +08:00
## [v3.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.5.0...v3.0.0) - 2020-02-06
2019-12-18 18:59:49 +08:00
2020-02-06 03:36:12 +08:00
### Added
- Add `commit_user_name` , `commit_user_email` and `commit_author` input options for full customzation on how the commit is being created [#39 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/39 )
2020-06-27 03:07:28 +08:00
### Changed
2020-02-07 03:43:04 +08:00
- Make the `branch` input option optional [#41 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/41 )
2020-02-05 02:43:08 +08:00
### Removed
- Remove the need of a GITHUB_TOKEN. Users now have to use `actions/checkout@v2` or higher [#36 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/36 )
2019-12-18 18:59:49 +08:00
## [v2.5.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.4.0...v2.5.0) - 2019-12-18
2019-12-01 02:40:57 +08:00
2019-12-18 18:57:16 +08:00
### Added
- Add new `repository` -argument [#22 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/22 )
### Changed
- Extract logic of the Action into methods and into a separate file [#24 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/24 )
2019-12-18 18:59:49 +08:00
2019-12-01 02:40:57 +08:00
## [v2.4.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.3.0...v2.4.0) - 2019-11-30
2019-11-05 03:07:50 +08:00
2019-11-28 03:07:24 +08:00
### Added
- Commit untracked files [#19 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/19 ) (fixes [#16 ](https://github.com/stefanzweifel/git-auto-commit-action/issues/16 ))
2019-11-30 20:02:21 +08:00
- Add support for Git-LFS [#21 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/21 ) (fixes [#20 ](https://github.com/stefanzweifel/git-auto-commit-action/issues/20 ))
2019-11-28 03:07:24 +08:00
2019-12-18 18:59:49 +08:00
2019-11-05 03:07:50 +08:00
## [v2.3.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.2.0...v2.3.0) - 2019-11-04
2019-11-28 03:07:24 +08:00
### Added
2019-11-05 03:07:50 +08:00
- Add a new `commit_option` -argument. Allows users to define additional commit options for the `git-commit` command. [#14 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/15 )
2019-10-26 22:33:17 +08:00
2019-12-18 18:59:49 +08:00
2019-10-26 22:33:17 +08:00
## [v2.2.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.1.0...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 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/13 )
2019-09-21 03:20:34 +08:00
2019-12-18 18:59:49 +08:00
2019-09-21 03:20:34 +08:00
## [v2.1.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.0.0...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_email` and `commit_author_name` arguments. The `$GITHUB_ACTOR` is now used as the Git Author
2019-09-01 00:47:56 +08:00
## [v2.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v1.0.0...v2.0.0) - 2019-08-31
2019-09-21 03:20:34 +08:00
### Changed
2019-09-01 00:47:56 +08:00
- Make Action Compatible with latest beta of GitHub Actions [#3 ](https://github.com/stefanzweifel/git-auto-commit-action/pull/3 )
2019-06-10 20:41:03 +08:00
2019-06-10 22:06:47 +08:00
## v1.0.0 - 2019-06-10
2019-06-10 20:41:03 +08:00
### Added
- Add Core Logic for Action
2019-06-10 22:06:47 +08:00