You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
+
7
+
## [Unreleased]
8
+
9
+
### Added
10
+
11
+
- Added changelog.
12
+
13
+
### Fixed
14
+
15
+
- Fixed vendor location for running from other folder from [@Erkens](https://github.com/Erkens).
16
+
17
+
### Internal
18
+
19
+
- Added a .gitattributes file from [@jrfnl](https://github.com/jrfnl), thanks for issue to [@ondrejmirtes](https://github.com/ondrejmirtes).
20
+
- Fixed incorrect unit tests from [@jrfnl](https://github.com/jrfnl).
21
+
- Fixed minor grammatical errors from [@jrfnl](https://github.com/jrfnl).
22
+
- Added Travis: test against nightly (= PHP 8) from [@jrfnl](https://github.com/jrfnl).
23
+
- Travis: removed sudo from [@jrfnl](https://github.com/jrfnl).
24
+
- Added info about installing like not a dependency.
25
+
- Cleaned readme - new organization from previous package.
26
+
- Added checklist for new version from [@szepeviktor](https://github.com/szepeviktor).
3. create [new release on GitHub](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases) with summary of important changes with respect to last version
4
+
2. change version and date in `CHANGELOG.md`
5
+
3. add new Git tag
6
+
4. create [new release on GitHub](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases) with summary of important changes with respect to last version
7
+
5. to Github release add diff link, e.g.
8
+
9
+
```
10
+
For the details you can have a look at the [diff](https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.0.0...v1.1.0).
0 commit comments