Skip to content

Commit 709824a

Browse files
jrfnlgrogy
authored andcommitted
Release checklist: small tweaks
Adding a few extra reminders to the release checklist based on today's release.
1 parent 3bf94f3 commit 709824a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/release-checklist.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
1. change version in `src/Application.php`
44
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

Comments
 (0)