File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ 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/v4.1.5 ...HEAD )
7+ ## [ Unreleased] ( https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.6 ...HEAD )
88
99> TBD
1010
11+ ## [ v4.1.6] ( https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.5...v4.1.6 ) - 2020-04-28
12+
13+ ### Fixes
14+ - Fix issue where tags could not be created correctly [ #68 ] ( https://github.com/stefanzweifel/git-auto-commit-action/pull/68 )
15+
1116## [ v4.1.5] ( https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.1.4...v4.1.5 ) - 2020-04-23
1217
1318### Added
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This Action has been inspired and adapted from the [auto-commit](https://github.
1717Add the following step at the end of your job.
1818
1919``` yaml
20- - uses : stefanzweifel/git-auto-commit-action@v4.1.5
20+ - uses : stefanzweifel/git-auto-commit-action@v4.1.6
2121 with :
2222 commit_message : Apply automatic changes
2323
7676 - name: Run php-cs-fixer
7777 uses: docker://oskarstark/php-cs-fixer-ga
7878
79- - uses: stefanzweifel/git-auto-commit-action@v4.1.5
79+ - uses: stefanzweifel/git-auto-commit-action@v4.1.6
8080 with:
8181 commit_message: Apply php-cs-fixer changes
8282 branch: ${{ github.head_ref }}
9999 - name: Run php-cs-fixer
100100 uses: docker://oskarstark/php-cs-fixer-ga
101101
102- - uses: stefanzweifel/git-auto-commit-action@v4.1.5
102+ - uses: stefanzweifel/git-auto-commit-action@v4.1.6
103103 with:
104104 commit_message: Apply php-cs-fixer changes
105105` ` `
@@ -147,7 +147,7 @@ jobs:
147147 - name: Run php-cs-fixer
148148 uses: docker://oskarstark/php-cs-fixer-ga
149149
150- - uses: stefanzweifel/git-auto-commit-action@v4.1.5
150+ - uses: stefanzweifel/git-auto-commit-action@v4.1.6
151151 with:
152152 commit_message: Apply php-cs-fixer changes
153153` ` `
You can’t perform that action at this time.
0 commit comments