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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
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 )
8
12
9
13
## [ v2.2.0] ( https://github.com/stefanzweifel/git-auto-commit-action/compare/v2.1.0...v2.2.0 ) - 2019-10-26
10
14
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.
13
13
Add the following step at the end of your job.
14
14
15
15
``` yaml
16
- - uses : stefanzweifel/git-auto-commit-action@v2.2 .0
16
+ - uses : stefanzweifel/git-auto-commit-action@v2.3 .0
17
17
with :
18
18
commit_message : Apply automatic changes
19
19
branch : ${{ github.head_ref }}
62
62
uses: docker://oskarstark/php-cs-fixer-ga
63
63
64
64
- name: Commit changed files
65
- uses: stefanzweifel/git-auto-commit-action@v2.2 .0
65
+ uses: stefanzweifel/git-auto-commit-action@v2.3 .0
66
66
with:
67
67
commit_message: Apply php-cs-fixer changes
68
68
branch: ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments