Skip to content

Commit 1682fd9

Browse files
committed
Preparing release
1 parent 4a2d03a commit 1682fd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG for PHP CS Fixer: custom fixers
22

3-
## [Unreleased]
3+
## v1.17.0 - *2019-12-29*
44
- Update PHP CS Fixer to v2.16
55
- Add DataProviderStaticFixer
66
- Add NoSuperfluousConcatenationFixer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Last commit](https://img.shields.io/github/last-commit/kubawerlos/php-cs-fixer-custom-fixers.svg)](https://github.com/kubawerlos/php-cs-fixer-custom-fixers/commits)
88

99
[![Travis CI build status](https://img.shields.io/travis/kubawerlos/php-cs-fixer-custom-fixers/master.svg?label=Travis+CI)](https://travis-ci.org/kubawerlos/php-cs-fixer-custom-fixers)
10-
[![AppVeyor build status](https://img.shields.io/appveyor/ci/kubawerlos/php-cs-fixer-custom-fixers?label=AppVeyor)](https://ci.appveyor.com/project/kubawerlos/php-cs-fixer-custom-fixers)
10+
[![AppVeyor build status](https://img.shields.io/appveyor/ci/kubawerlos/php-cs-fixer-custom-fixers/master?label=AppVeyor)](https://ci.appveyor.com/project/kubawerlos/php-cs-fixer-custom-fixers)
1111
[![Code coverage](https://img.shields.io/coveralls/github/kubawerlos/php-cs-fixer-custom-fixers/master.svg)](https://coveralls.io/github/kubawerlos/php-cs-fixer-custom-fixers?branch=master)
1212
![Tests](https://img.shields.io/badge/tests-2224-brightgreen.svg)
1313
[![Mutation testing badge](https://badge.stryker-mutator.io/github.com/kubawerlos/php-cs-fixer-custom-fixers/master)](https://stryker-mutator.github.io)

dev-tools/src/Readme/ReadmeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private function badges(): string
7979
),
8080
$this->badge(
8181
'AppVeyor build status',
82-
\sprintf('%s/appveyor/ci/%s?label=AppVeyor', self::SHIELDS_HOST, $this->composer()->name),
82+
\sprintf('%s/appveyor/ci/%s/master?label=AppVeyor', self::SHIELDS_HOST, $this->composer()->name),
8383
\sprintf('https://ci.appveyor.com/project/%s', $this->composer()->name)
8484
),
8585
$this->badge(

0 commit comments

Comments
 (0)