git-auto-commit-action/CHANGELOG.md

342 lines
16 KiB
Markdown
Raw Normal View History

2019-06-10 12:30:57 +00:00
# Changelog
2022-01-10 19:27:51 +00:00
2019-06-10 12:41:03 +00:00
All notable changes to this project will be documented in this file.
2019-06-10 12:30:57 +00:00
2019-06-10 12:41:03 +00: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).
2022-12-02 06:50:39 +00:00
## [Unreleased](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.16.0...HEAD)
2021-03-04 16:53:06 +00:00
> TBD
2022-12-02 06:50:39 +00:00
## [v4.16.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.4...v4.16.0) - 2022-12-02
### Changed
- Don't commit files when only LF/CRLF changes ([#265](https://github.com/stefanzweifel/git-auto-commit-action/pull/265)) [@ZeroRin](https://github.com/@ZeroRin)
- Update default email address of github-actions[bot] ([#264](https://github.com/stefanzweifel/git-auto-commit-action/pull/264)) [@Teko012](https://github.com/@Teko012)
### Fixed
- Fix link and text for workflow limitation ([#263](https://github.com/stefanzweifel/git-auto-commit-action/pull/263)) [@Teko012](https://github.com/@Teko012)
2022-11-05 10:56:08 +00:00
## [v4.15.4](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.3...v4.15.4) - 2022-11-05
### Fixed
- Let Action fail if git binary can't be located ([#261](https://github.com/stefanzweifel/git-auto-commit-action/pull/261)) [@stefanzweifel](https://github.com/@stefanzweifel)
### Dependency Updates
- Bump github/super-linter from 3 to 4 ([#258](https://github.com/stefanzweifel/git-auto-commit-action/pull/258)) [@dependabot](https://github.com/@dependabot)
- Bump bats from 1.7.0 to 1.8.2 ([#259](https://github.com/stefanzweifel/git-auto-commit-action/pull/259)) [@dependabot](https://github.com/@dependabot)
- Bump actions/checkout from 2 to 3 ([#257](https://github.com/stefanzweifel/git-auto-commit-action/pull/257)) [@dependabot](https://github.com/@dependabot)
2022-10-26 16:57:18 +00:00
## [v4.15.3](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.2...v4.15.3) - 2022-10-26
### Changed
- Use deprecated set-output syntax if GITHUB_OUTPUT environment is not available ([#255](https://github.com/stefanzweifel/git-auto-commit-action/pull/255)) [@stefanzweifel](https://github.com/@stefanzweifel)
2022-10-22 09:19:59 +00:00
## [v4.15.2](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.1...v4.15.2) - 2022-10-22
### Changed
- Replace set-output usage with GITHUB_OUTPUT ([#252](https://github.com/stefanzweifel/git-auto-commit-action/pull/252)) [@amonshiz](https://github.com/amonshiz)
2022-10-10 17:17:41 +00:00
## [v4.15.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.0...v4.15.1) - 2022-10-10
### Fixed
- Run Action on Node16 ([#247](https://github.com/stefanzweifel/git-auto-commit-action/pull/247)) [@stefanzweifel](https://github.com/@stefanzweifel)
2022-09-24 08:53:51 +00:00
## [v4.15.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.14.1...v4.15.0) - 2022-09-24
### Changed
- Expand `file_pattern`-input to an array ([#205](https://github.com/stefanzweifel/git-auto-commit-action/pull/205)) [@stefanzweifel](https://github.com/@stefanzweifel)
### Fixed
- String values in README.md extended example are now correct ([#196](https://github.com/stefanzweifel/git-auto-commit-action/pull/196)) [@karolswdev](https://github.com/@karolswdev)
- Fix Typos and grammer Errors in README ([#235](https://github.com/stefanzweifel/git-auto-commit-action/pull/235)) [@derrickleemy](https://github.com/@derrickleemy)
- Fix Typo in README ([#230](https://github.com/stefanzweifel/git-auto-commit-action/pull/230)) [@fty4](https://github.com/@fty4)
- Add missing links in the CHANGELOG ([#223](https://github.com/stefanzweifel/git-auto-commit-action/pull/223)) [@ericcornelissen](https://github.com/@ericcornelissen)
2022-04-12 18:43:36 +00:00
## [v4.14.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.14.0...v4.14.1) - 2022-04-12
## Changed
- Change Commit User Name from "GitHub Actions" to "github-actions[bot]" ([#213](https://github.com/stefanzweifel/git-auto-commit-action/pull/213)) @jooola
- Change Commit User Email from "actions@github.com" to "github-actions[bot]@users.noreply.github.com" ([#213](https://github.com/stefanzweifel/git-auto-commit-action/pull/213)) @jooola
2022-04-12 18:43:36 +00:00
## Fixed
- Update doc link to GITHUB_TOKEN not triggering new workflow runs ([#206](https://github.com/stefanzweifel/git-auto-commit-action/pull/206)) @gapple
2022-04-12 18:43:36 +00:00
2022-03-18 19:29:58 +00:00
## [v4.14.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.13.1...v4.14.0) - 2022-03-18
## Added
- Add `create_branch` option to force create a new branch ([#203](https://github.com/stefanzweifel/git-auto-commit-action/pull/203)) @stefanzweifel
2022-03-18 19:29:58 +00:00
## Fixed
- README.md: Updates hyperlink to GH docs ([#200](https://github.com/stefanzweifel/git-auto-commit-action/pull/200)) @funkyfuture
2022-03-18 19:29:58 +00:00
2022-01-13 18:17:02 +00:00
## [v4.13.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.13.0...v4.13.1) - 2022-01-13
## Fixed
- Properly disambiguate between branch or file checkout ([#199](https://github.com/stefanzweifel/git-auto-commit-action/pull/199)) @kenodegard
2022-01-13 18:17:02 +00:00
2022-01-10 19:27:51 +00:00
## [v4.13.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.12.0...v4.13.0) - 2022-01-10
## Added
- Add `skip_checkout` option ([#197](https://github.com/stefanzweifel/git-auto-commit-action/pull/197)) @cmbuckley
2022-01-10 19:27:51 +00:00
2022-01-10 19:28:24 +00:00
## Changed
2022-01-10 19:27:51 +00:00
- Add note on minimum permissions to the docs ([#180](https://github.com/stefanzweifel/git-auto-commit-action/pull/180)) @ericcornelissen
2021-04-12 19:04:42 +00:00
2021-09-10 17:47:39 +00:00
## [v4.12.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.11.0...v4.12.0) - 2021-09-10
### Added
2022-01-10 19:27:51 +00:00
- Add `commit_hash` output [#172](https://github.com/stefanzweifel/git-auto-commit-action/pull/172)
2021-09-10 17:47:39 +00:00
2021-05-03 19:01:59 +00:00
## [v4.11.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.10.0...v4.11.0) - 2021-05-03
### Added
2022-01-10 19:27:51 +00:00
- Add `status_options` and `add_options` option [#156](https://github.com/stefanzweifel/git-auto-commit-action/pull/156)
2021-05-03 19:01:59 +00:00
2021-04-12 19:04:42 +00:00
## [v4.10.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.9.2...v4.10.0) - 2021-04-12
### Added
2022-01-10 19:27:51 +00:00
- Add `disable_globbing` option [#153](https://github.com/stefanzweifel/git-auto-commit-action/issues/153), [#154](https://github.com/stefanzweifel/git-auto-commit-action/pull/154)
2021-04-12 19:04:42 +00:00
2021-03-04 16:53:06 +00:00
## [v4.9.2](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.9.1...v4.9.2) - 2021-03-04
2020-10-11 18:34:17 +00:00
2021-03-02 19:21:56 +00:00
### Fixes
2020-10-21 18:45:37 +00:00
2022-01-10 19:27:51 +00:00
- Push created annotated tags to remote by using `--follow-tags` and `--atomic` instead of just `--tags` [#146](https://github.com/stefanzweifel/git-auto-commit-action/pull/146)
2020-10-21 18:45:37 +00:00
2021-02-23 20:18:33 +00:00
## [v4.9.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.9.0...v4.9.1) - 2021-02-23
### Changed
2022-01-10 19:27:51 +00:00
- Revert changes made in v4.9.0. A branch will no longer be automatically generated. [#144](https://github.com/stefanzweifel/git-auto-commit-action/pull/144)
2021-02-23 20:18:33 +00:00
2021-02-20 19:34:30 +00:00
## [v4.9.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.8.0...v4.9.0) - 2021-02-20
### Changed
2022-01-10 19:27:51 +00:00
- Automatically create branch if a branch with the given name does not exist [#140](https://github.com/stefanzweifel/git-auto-commit-action/pull/140)
2021-02-20 19:34:30 +00:00
2020-12-15 19:53:30 +00:00
## [v4.8.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.7.2...v4.8.0) - 2020-12-15
### Added
2022-01-10 19:27:51 +00:00
2020-12-15 19:53:30 +00:00
- Add `skip_fetch` option to skip the execution of `git-fetch` [#131](https://github.com/stefanzweifel/git-auto-commit-action/pull/131)
### Changed
2022-01-10 19:27:51 +00:00
- Update `git fetch` to only fetch the latest commit from remote [#131](https://github.com/stefanzweifel/git-auto-commit-action/pull/131)
2020-12-15 19:53:30 +00:00
2020-10-24 09:41:07 +00:00
## [v4.7.2](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.7.1...v4.7.2) - 2020-10-24
This release basically reverts the Action to the state of `v4.6.0`.
### Changed
2022-01-10 19:27:51 +00:00
- Revert change to fix git-checkout with special characters in branch names [#122](https://github.com/stefanzweifel/git-auto-commit-action/pull/122)
2020-10-24 09:41:07 +00:00
## [v4.7.1](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.7.0...v4.7.1) - 2020-10-22
2020-10-22 05:37:21 +00:00
2020-10-22 05:38:33 +00:00
### Removed
2020-10-22 05:37:21 +00:00
2022-01-10 19:27:51 +00:00
- Remove `checkout_options` as it broke everything [#120](https://github.com/stefanzweifel/git-auto-commit-action/pull/120/)
2020-10-22 05:37:21 +00:00
2020-10-24 09:41:07 +00:00
## [v4.7.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.6.0...v4.7.0) - 2020-10-21
2020-10-21 18:45:37 +00:00
2020-10-15 19:15:41 +00:00
### Added
2020-10-11 18:34:17 +00:00
2022-01-10 19:27:51 +00:00
- Add `checkout_options` [#115](https://github.com/stefanzweifel/git-auto-commit-action/pull/115)
2020-10-11 18:34:17 +00:00
## [v4.6.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.5.1...v4.6.0) - 2020-10-11
2020-10-11 18:36:41 +00:00
### Changed
2022-01-10 19:27:51 +00:00
2020-10-11 18:34:17 +00:00
- Make "commit_message" optional and set default commit message to "Apply automatic changes" [#103](https://github.com/stefanzweifel/git-auto-commit-action/issues/103), [#110](https://github.com/stefanzweifel/git-auto-commit-action/pull/110)
2020-04-23 18:46:50 +00:00
2020-10-10 17:22:22 +00:00
### Fixes
2020-04-23 18:46:50 +00:00
2022-01-10 19:27:51 +00:00
- Better support for branch names with special characters in them [#108](https://github.com/stefanzweifel/git-auto-commit-action/pull/108)
2020-05-10 11:16:25 +00:00
2020-09-11 09:20:30 +00: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 09:22:22 +00:00
### Removed
2022-01-10 19:27:51 +00:00
2020-09-11 09:20:30 +00:00
- Remove orphan branch feature added in #95 which broke stuff [#98](https://github.com/stefanzweifel/git-auto-commit-action/pull/98)
2020-09-10 17:48:26 +00:00
## [v4.5.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.4.1...v4.5.0) - 2020-09-10
### Added
2022-01-10 19:27:51 +00:00
2020-09-10 17:48:26 +00:00
- 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-16 18:03:54 +00:00
### Changed
2022-01-10 19:27:51 +00:00
- Include given `file_pattern` in git dirty check [#91](https://github.com/stefanzweifel/git-auto-commit-action/pull/91)
2020-08-16 18:03:54 +00:00
2020-06-26 19:07:28 +00:00
## [v4.4.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.3.0...v4.4.0) - 2020-06-26
### Added
2022-01-10 19:27:51 +00:00
- 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-06-26 19:07:28 +00:00
2020-05-16 11:47:17 +00: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
2022-01-10 19:27:51 +00:00
- 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-16 11:47:17 +00:00
2020-05-10 11:16:25 +00:00
## [v4.2.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.6...v4.2.0) - 2020-05-10
2020-06-26 19:07:28 +00:00
### Changed
2020-05-10 10:59:42 +00:00
2022-01-10 19:27:51 +00: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 10:59:42 +00:00
2020-04-28 11:28:19 +00:00
## [v4.1.6](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.5...v4.1.6) - 2020-04-28
### Fixes
2022-01-10 19:27:51 +00:00
2020-04-28 11:28:19 +00:00
- Fix issue where tags could not be created correctly [#68](https://github.com/stefanzweifel/git-auto-commit-action/pull/68)
2020-04-23 18:46:50 +00:00
## [v4.1.5](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.4...v4.1.5) - 2020-04-23
### Added
2022-01-10 19:27:51 +00:00
2020-04-23 18:46:50 +00:00
- Update `file_pattern` to support multiple file paths [#65](https://github.com/stefanzweifel/git-auto-commit-action/pull/65)
### Changes
2022-01-10 19:27:51 +00:00
2020-04-23 18:46:50 +00:00
- Revert changes made in v4.1.4 [#63](https://github.com/stefanzweifel/git-auto-commit-action/pull/63)
### Fixes
2022-01-10 19:27:51 +00:00
2020-04-23 18:46:50 +00:00
- Fix issue with `commit_options` [#64](https://github.com/stefanzweifel/git-auto-commit-action/pull/64)
2020-04-18 08:55:26 +00:00
2020-04-22 10:58:51 +00:00
## [v4.1.4](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.3...v4.1.4) - 2020-04-22
### Fixed
2022-01-10 19:27:51 +00:00
- 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-22 10:58:51 +00:00
2020-04-18 08:55:26 +00: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 10:58:51 +00:00
### Changed
2022-01-10 19:27:51 +00:00
2020-04-18 08:55:26 +00:00
- Place Git user configuration inline [#59](https://github.com/stefanzweifel/git-auto-commit-action/pull/59)
2020-03-05 19:55:10 +00:00
2020-04-03 07:19:39 +00:00
## [v4.1.2](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.1...v4.1.2) - 2020-04-03
### Fixes
2022-01-10 19:27:51 +00:00
2020-04-03 07:19:39 +00:00
- 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 12:37:49 +00:00
### Fixes
2020-03-05 19:55:10 +00:00
2022-01-10 19:27:51 +00:00
- 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-05 19:55:10 +00:00
## [v4.1.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.0.0...v4.1.0) - 2020-03-05
2020-02-06 20:15:35 +00:00
2020-03-04 19:33:53 +00:00
### Added
2022-01-10 19:27:51 +00:00
2020-03-05 19:55:10 +00: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-24 19:02:46 +00:00
## [v4.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v3.0.0...v4.0.0) - 2020-02-24
### Changed
2022-01-10 19:27:51 +00:00
2020-02-24 19:09:19 +00:00
- Switch Action to use `node12`-environment instead of `docker`. [#45](https://github.com/stefanzweifel/git-auto-commit-action/pull/45)
2020-02-24 19:02:46 +00:00
2020-02-06 20:15:35 +00: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 10:59:49 +00:00
2020-02-05 19:36:12 +00:00
### Added
2022-01-10 19:27:51 +00:00
2020-02-05 19:36:12 +00:00
- 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-26 19:07:28 +00:00
### Changed
2022-01-10 19:27:51 +00:00
2020-02-06 19:43:04 +00:00
- Make the `branch` input option optional [#41](https://github.com/stefanzweifel/git-auto-commit-action/pull/41)
2020-02-04 18:43:08 +00:00
### Removed
2022-01-10 19:27:51 +00:00
- 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 10:59:49 +00:00
## [v2.5.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.4.0...v2.5.0) - 2019-12-18
2019-11-30 18:40:57 +00:00
2019-12-18 10:57:16 +00:00
### Added
2022-01-10 19:27:51 +00:00
2019-12-18 10:57:16 +00:00
- Add new `repository`-argument [#22](https://github.com/stefanzweifel/git-auto-commit-action/pull/22)
### Changed
2022-01-10 19:27:51 +00:00
- 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 10:59:49 +00:00
2019-11-30 18:40:57 +00:00
## [v2.4.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.3.0...v2.4.0) - 2019-11-30
2019-11-04 19:07:50 +00:00
2019-11-27 19:07:24 +00:00
### Added
2022-01-10 19:27:51 +00:00
2019-11-27 19:07:24 +00:00
- 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))
- 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-27 19:07:24 +00:00
2019-11-04 19:07:50 +00:00
## [v2.3.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.2.0...v2.3.0) - 2019-11-04
2019-11-27 19:07:24 +00:00
### Added
2019-10-26 14:33:17 +00:00
2022-01-10 19:27:51 +00: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-12-18 10:59:49 +00:00
2019-10-26 14:33:17 +00:00
## [v2.2.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.1.0...v2.2.0) - 2019-10-26
### Added
2019-09-20 19:20:34 +00:00
2022-01-10 19:27:51 +00:00
- 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-12-18 10:59:49 +00:00
2019-09-20 19:20:34 +00:00
## [v2.1.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.0.0...v2.1.0) - 2019-09-20
### Added
2022-01-10 19:27:51 +00:00
2019-09-20 19:20:34 +00:00
- Add `branch`-argument to determine, to which branch changes should be pushed. See README for usage details.
### Fixed
2022-01-10 19:27:51 +00:00
2019-09-20 19:20:34 +00:00
- Fixes Issue where changes couldn't be pushed to GitHub due to wrong ref-name.
### Removed
2022-01-10 19:27:51 +00:00
- Remove `commit_author_email` and `commit_author_name` arguments. The `$GITHUB_ACTOR` is now used as the Git Author
2019-08-31 16:47:56 +00:00
## [v2.0.0](https://github.com/stefanzweifel/git-auto-commit-action/compare/v1.0.0...v2.0.0) - 2019-08-31
2019-09-20 19:20:34 +00:00
### Changed
2019-08-31 16:47:56 +00:00
2022-01-10 19:27:51 +00:00
- Make Action Compatible with latest beta of GitHub Actions [#3](https://github.com/stefanzweifel/git-auto-commit-action/pull/3)
2019-06-10 12:41:03 +00:00
2019-06-10 14:06:47 +00:00
## v1.0.0 - 2019-06-10
2019-06-10 12:41:03 +00:00
### Added
- Add Core Logic for Action