Skip to content

Commit 2f5e73d

Browse files
committed
Release v4.1.6
1 parent cc16347 commit 2f5e73d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ 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/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

README.md

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

@@ -76,7 +76,7 @@ jobs:
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 }}
@@ -99,7 +99,7 @@ jobs:
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
```

0 commit comments

Comments
 (0)