Skip to content

Commit afbe9e3

Browse files
committed
Added changelog.md file
1 parent 050d08f commit afbe9e3

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
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).

doc/new-release.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Checklist for new release
22

33
1. change version in `src/Application.php`
4-
2. add new Git tag
5-
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).
11+
```

0 commit comments

Comments
 (0)