Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release checklist: small tweaks #164

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions .github/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

1. change version in `src/Application.php`
2. change version and date in `CHANGELOG.md`
3. add new Git tag
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
5. to Github release add diff link, e.g.

```
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).
```
3. open a new milestone for the next release
4. move any issues/PRs which were milestoned for the current release, but didn't make it to the next milestone
5. close the milestone for this release
6. add new Git tag and push it
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
8. to Github release add diff link, e.g.
```
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).
```
9. make public notification about the release on Twitter (X) and Mastodon