This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 95e97ed  add note to update dependent package.json when releasing 
openwhisk-client-js (#312)
95e97ed is described below

commit 95e97ed9c2a395d797da02cfaa0266fae9050b70
Author: David Grove <[email protected]>
AuthorDate: Tue Jan 14 13:15:52 2020 -0500

    add note to update dependent package.json when releasing 
openwhisk-client-js (#312)
---
 docs/release_instructions.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index 01b776b..35cb28f 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -245,6 +245,14 @@ build and publish these packages manually using the 
openwhisk-bot
 credentials found in the npmjs.txt file in the accounts subdir of the
 PMC private svn.
 
+If you are releasing a new version of the openwhisk-client-js package,
+then after the new version of the `openwhisk` package is published on
+npm, submit PRs to update the version number for the openwhisk package
+in the package.json files found in the openwhisk, openwhisk-composer
+and openwhisk-runtime-nodejs git repos.  The command
+`find . -name package.json -exec grep -l \"openwhisk\": {} \;`
+can help you find all the places to change.
+
 ### Homebrew
 
 If you released a new version of openwhisk-cli, then submit a PR

Reply via email to