File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased] ( https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.2.0...HEAD )
7+ ## [ Unreleased] ( https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.3.0...HEAD )
8+
9+ ## [ v2.3.0] ( https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.2.0...v2.3.0 ) - 2019-11-04
10+
11+ - 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 )
812
913## [ v2.2.0] ( https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.1.0...v2.2.0 ) - 2019-10-26
1014
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This Action has been inspired and adapted from the [auto-commit](https://github.
1313Add the following step at the end of your job.
1414
1515``` yaml
16- - uses : stefanzweifel/git-auto-commit-action@v2.2 .0
16+ - uses : stefanzweifel/git-auto-commit-action@v2.3 .0
1717 with :
1818 commit_message : Apply automatic changes
1919 branch : ${{ github.head_ref }}
6262 uses: docker://oskarstark/php-cs-fixer-ga
6363
6464 - name: Commit changed files
65- uses: stefanzweifel/git-auto-commit-action@v2.2 .0
65+ uses: stefanzweifel/git-auto-commit-action@v2.3 .0
6666 with:
6767 commit_message: Apply php-cs-fixer changes
6868 branch: ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments