Skip to content

Commit c317249

Browse files
Mention specific steps for preparing WP-CLI release
See wp-cli/wp-cli#2919
1 parent 16f2c8c commit c317249

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/release-checklist/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ When done, use `sort .mailmap -f -u -o .mailmap` to only add new contributors.
4343

4444
4) Create a release on Github: <https://github.com/wp-cli/wp-cli/releases>. Make sure to upload the Phar from the builds directory.
4545

46+
cp wp-cli.phar wp-cli-0.24.0.phar
47+
cp wp-cli.phar.gpg wp-cli-0.24.0.phar.gpg
48+
cp wp-cli.phar.md5 wp-cli-0.24.0.phar.md5
49+
cp wp-cli.phar.sha512 wp-cli-0.24.0.phar.sha512
50+
4651
### Updating the Debian build
4752

4853
1) Run this script: <https://github.com/wp-cli/wp-cli/blob/master/utils/wp-cli-updatedeb.sh>

0 commit comments

Comments
 (0)