|
2 | 2 |
|
3 | 3 | 1. change version in `src/Application.php`
|
4 | 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 | | -``` |
| 5 | +3. open a new milestone for the next release |
| 6 | +4. move any issues/PRs which were milestoned for the current release, but didn't make it to the next milestone |
| 7 | +5. close the milestone for this release |
| 8 | +6. add new Git tag and push it |
| 9 | +7. edit the [draft release on GitHub](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases) (which is automatically created by the workflow) with summary of important changes with respect to last version |
| 10 | +8. to Github release add diff link, e.g. |
| 11 | + ``` |
| 12 | + 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). |
| 13 | + ``` |
| 14 | +9. make public notification about the release on Twitter (X) and Mastodon |
0 commit comments