Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #339 from ergebnis/fix/replace
Browse files Browse the repository at this point in the history
Fix: Remove inappropriate replace configuration
  • Loading branch information
localheinz authored Dec 15, 2019
2 parents abc2753 + cfe70ed commit 25d0731
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`0.7.0...master`][0.7.0...master].
For a full diff see [`0.7.1...master`][0.7.1...master].

## [`0.7.1`][0.7.1]

For a full diff see [`0.7.0...0.7.1`][0.7.0...0.7.1].

### Fixed

* Removed an inappropriate `replace` configuration from `composer.json` ([#339]), by [@localheinz]

## [`0.7.0`][0.7.0]

Expand Down Expand Up @@ -51,12 +59,15 @@ For a full diff see [`0.6.1...0.7.0`][0.6.1...0.7.0].
* Dropped support for PHP 7.1 ([#314]), by [@localheinz]

[0.7.0]: https://github.com/ergebnis/github-changelog/tag/0.7.0
[0.7.1]: https://github.com/ergebnis/github-changelog/tag/0.7.0

[0.6.1...0.7.0]: https://github.com/ergebnis/github-changelog/compare/0.6.1...0.7.0
[0.7.0...master]: https://github.com/ergebnis/github-changelog/compare/0.7.0...master
[0.7.0...0.7.1]: https://github.com/ergebnis/github-changelog/compare/0.7.0...0.7.1
[0.7.1...master]: https://github.com/ergebnis/github-changelog/compare/0.7.1...master

[#314]: https://github.com/ergebnis/github-changelog/pull/314
[#336]: https://github.com/ergebnis/github-changelog/pull/336
[#339]: https://github.com/ergebnis/github-changelog/pull/339

[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"symfony/console": "^4.3.8",
"symfony/stopwatch": "^4.4.1"
},
"replace": {
"localheinz/github-changelog": "*"
},
"require-dev": {
"ergebnis/php-cs-fixer-config": "~1.1.0",
"ergebnis/phpstan-rules": "~0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25d0731

Please sign in to comment.