Skip to content

Commit 8b8a59a

Browse files
glenscgrogy
authored andcommitted
Reformat changelog to use reflinks in changelog entries
1 parent 772a954 commit 8b8a59a

File tree

1 file changed

+48
-25
lines changed

1 file changed

+48
-25
lines changed

Diff for: CHANGELOG.md

+48-25
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,46 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212

1313
### Added
1414

15-
- Allow for multi-part file extensions to be passed using -e (like `-e php,php.dist`) from [@jrfnl](https://github.com/jrfnl).
16-
- Added syntax error callback [#30](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/30) from [@arxeiss](https://github.com/arxeiss).
17-
- Ignore PHP startup errors [#34](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/34) from [@jrfnl](https://github.com/jrfnl).
18-
- Restore php 5.3 support [#51](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/51) from [@glensc](https://github.com/glensc).
15+
- Allow for multi-part file extensions to be passed using -e (like `-e php,php.dist`) from [@jrfnl].
16+
- Added syntax error callback [#30] from [@arxeiss].
17+
- Ignore PHP startup errors [#34] from [@jrfnl].
18+
- Restore php 5.3 support [#51] from [@glensc].
1919

2020
### Fixed
2121

22-
- Determine skip lint process failure by status code instead of stderr content [#48](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/48) from [@jankonas](https://github.com/jankonas).
22+
- Determine skip lint process failure by status code instead of stderr content [#48] from [@jankonas].
2323

2424
### Changed
2525

26-
- Improve wording in the readme [#52](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/52) from [@glensc](https://github.com/glensc).
26+
- Improve wording in the readme [#52] from [@glensc].
2727

2828
### Internal
2929

30-
- Normalized composer.json from [@OndraM](https://github.com/OndraM).
31-
- Updated PHPCS dependency from [@jrfnl](https://github.com/jrfnl).
32-
- Cleaned coding style from [@jrfnl](https://github.com/jrfnl).
33-
- Provide one true way to run the test suite [#37](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/37) from [@mfn](https://github.com/mfn).
34-
- Travis: add build against PHP 8.0 and fix failing test [#41](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/41) from [@jrfnl](https://github.com/jrfnl).
35-
- GitHub Actions for testing, and automatic phar creation [#46](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/46) from [@roelofr](https://github.com/roelofr).
36-
- Add .github folder to .gitattributes export-ignore [#54](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/54) from [@glensc](https://github.com/glensc).
37-
- Suggest to curl composer install via HTTPS [#53](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/53) from [@reedy](https://github.com/reedy).
38-
- GH Actions: allow for manually triggering a workflow [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
39-
- GH Actions: fix phar creation [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
40-
- GH Actions: run the tests against all supported PHP versions [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
41-
- GH Actions: report CS violations in the PR [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
30+
- Normalized composer.json from [@OndraM].
31+
- Updated PHPCS dependency from [@jrfnl].
32+
- Cleaned coding style from [@jrfnl].
33+
- Provide one true way to run the test suite [#37] from [@mfn].
34+
- Travis: add build against PHP 8.0 and fix failing test [#41] from [@jrfnl].
35+
- GitHub Actions for testing, and automatic phar creation [#46] from [@roelofr].
36+
- Add .github folder to .gitattributes export-ignore [#54] from [@glensc].
37+
- Suggest to curl composer install via HTTPS [#53] from [@reedy].
38+
- GH Actions: allow for manually triggering a workflow [#55] from [@jrfnl].
39+
- GH Actions: fix phar creation [#55] from [@jrfnl].
40+
- GH Actions: run the tests against all supported PHP versions [#55] from [@jrfnl].
41+
- GH Actions: report CS violations in the PR [#55] from [@jrfnl].
4242

4343
[1.3.0]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.2.0...v1.3.0
44+
[#30]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/30
45+
[#34]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/34
46+
[#37]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/37
47+
[#41]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/41
48+
[#46]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/46
49+
[#48]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/48
50+
[#51]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/51
51+
[#52]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/52
52+
[#53]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/53
53+
[#54]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/54
54+
[#55]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55
4455

4556
## [1.2.0] - 2020-04-04
4657

@@ -50,17 +61,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5061

5162
### Fixed
5263

53-
- Fixed vendor location for running from other folder from [@Erkens](https://github.com/Erkens).
64+
- Fixed vendor location for running from other folder from [@Erkens].
5465

5566
### Internal
5667

57-
- Added a .gitattributes file from [@jrfnl](https://github.com/jrfnl), thanks for issue to [@ondrejmirtes](https://github.com/ondrejmirtes).
58-
- Fixed incorrect unit tests from [@jrfnl](https://github.com/jrfnl).
59-
- Fixed minor grammatical errors from [@jrfnl](https://github.com/jrfnl).
60-
- Added Travis: test against nightly (= PHP 8) from [@jrfnl](https://github.com/jrfnl).
61-
- Travis: removed sudo from [@jrfnl](https://github.com/jrfnl).
68+
- Added a .gitattributes file from [@jrfnl], thanks for issue to [@ondrejmirtes].
69+
- Fixed incorrect unit tests from [@jrfnl].
70+
- Fixed minor grammatical errors from [@jrfnl].
71+
- Added Travis: test against nightly (= PHP 8) from [@jrfnl].
72+
- Travis: removed sudo from [@jrfnl].
6273
- Added info about installing like not a dependency.
6374
- Cleaned readme - new organization from previous package.
64-
- Added checklist for new version from [@szepeviktor](https://github.com/szepeviktor).
75+
- Added checklist for new version from [@szepeviktor].
6576

6677
[1.2.0]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.1.0...v1.2.0
78+
79+
[@Erkens]: https://github.com/Erkens
80+
[@OndraM]: https://github.com/OndraM
81+
[@arxeiss]: https://github.com/arxeiss
82+
[@glensc]: https://github.com/glensc
83+
[@jankonas]: https://github.com/jankonas
84+
[@jrfnl]: https://github.com/jrfnl
85+
[@mfn]: https://github.com/mfn
86+
[@ondrejmirtes]: https://github.com/ondrejmirtes
87+
[@reedy]: https://github.com/reedy
88+
[@roelofr]: https://github.com/roelofr
89+
[@szepeviktor]: https://github.com/szepeviktor

0 commit comments

Comments
 (0)