This is an automated email from the ASF dual-hosted git repository.
pdesai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git
The following commit(s) were added to refs/heads/master by this push:
new 5daa7b8 Add version number to the bump (#1001)
5daa7b8 is described below
commit 5daa7b804c9f5b6d37f85764b4dc8b564e957952
Author: Justin Halsall <[email protected]>
AuthorDate: Mon Oct 29 19:32:53 2018 -0400
Add version number to the bump (#1001)
---
docs/creating_tagged_releases.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/creating_tagged_releases.md b/docs/creating_tagged_releases.md
index 77d2f5d..02d8649 100644
--- a/docs/creating_tagged_releases.md
+++ b/docs/creating_tagged_releases.md
@@ -55,5 +55,6 @@ Update brew formula with the automation command `brew
bump-formula-pr`:
$ brew bump-formula-pr \
--url='https://github.com/apache/incubator-openwhisk-wskdeploy/archive/X.Y.Z.tar.gz'
\
--sha256='PASTE THE SHA256 CHECKSUM HERE' \
+ --version='X.Y.Z' \
wskdeploy
```