Skip to content

Commit 0ef5bf5

Browse files
committed
Tag v2.3.0
1 parent e924b16 commit 0ef5bf5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This Action has been inspired and adapted from the [auto-commit](https://github.
1313
Add 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 }}
@@ -62,7 +62,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)