From a94615835a435dff42c669c082d942ce5c7dbd86 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 6 Dec 2016 17:32:16 -0800 Subject: [PATCH] Add version mention in README step --- docs/release-checklist/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-checklist/index.md b/docs/release-checklist/index.md index 1901f965..309c414d 100644 --- a/docs/release-checklist/index.md +++ b/docs/release-checklist/index.md @@ -16,6 +16,8 @@ This page describes the list of activities that developers must perform to produ Make sure that the contents of [VERSION](https://github.com/wp-cli/wp-cli/blob/master/VERSION) are changed to latest. +Also update the WP-CLI version mention in the project's `README.md` ([ref](https://github.com/wp-cli/wp-cli/issues/3647)). + ### Locking php-cli-tools version php-cli-tools is set to `dev-master` during the development cycle. During the WP-CLI release process, `composer.json` should be locked to a specific version. php-cli-tools may need a new version tagged as well.