Skip to content

Commit bb359af

Browse files
Mention getting docs contributors
1 parent 5a61766 commit bb359af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/release-checklist/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ See <https://github.com/wp-cli/wp-cli.github.com#readme>
7171

7272
### Writing the release post
7373

74-
Use `./utils/contrib-list -l` to generate the list of contributors.
74+
Use `./utils/contrib-list -l` to generate the list of code contributors. Documentation contributors will need to be identified by pull requests against the wp-cli.org repository.
7575

7676
### Announcing
7777

7878
In addition to publishing the release post, a new release is announced in a few different ways:
7979

8080
* WP-CLI Twitter account (with some scheduled follow-up tweets).
8181
* `/announce` slash command in the `#cli` Slack room.
82-
* Mailchimp email announcement list.
82+
* Mailchimp email announcement list (copy and paste the entire release post).
8383

8484
### Bumping WP-CLI version again
8585

@@ -111,6 +111,6 @@ Because patch releases should just be used for bug fixes, you should first fix t
111111

112112
php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --quiet
113113

114-
When you do so, make sure you're using the appropriate Composer dependency versions for the release, not the master branch you normally work from. Once you've verified the built Phar, you'll need to copy it over to the builds repo.
114+
When you do so, run `composer install` to make sure you're using the appropriate Composer dependency versions for the release, not the master branch you normally work from. Once you've verified the built Phar, you'll need to copy it over to the builds repo.
115115

116116
5) Follow all of the other relevant release steps.

0 commit comments

Comments
 (0)