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

houshengbo 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 a313451  Fix release document to clearly separate "git" command 
examples from command syntax (#736)
a313451 is described below

commit a3134515db96347b171e6ce5b367d2ab436b4114
Author: Matt Rutkowski <mrutk...@us.ibm.com>
AuthorDate: Tue Feb 13 15:28:28 2018 -0600

    Fix release document to clearly separate "git" command examples from 
command syntax (#736)
    
    * Update creating_tagged_releases.md
    
    * Update creating_tagged_releases.md
---
 docs/creating_tagged_releases.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/docs/creating_tagged_releases.md b/docs/creating_tagged_releases.md
index ae2c3eb..15eef63 100644
--- a/docs/creating_tagged_releases.md
+++ b/docs/creating_tagged_releases.md
@@ -21,8 +21,19 @@
 The most convenient way to create a tagged release for wskdeploy is to build 
the binaries by adding tag to upstream master.
 
 
-1. Add a tag to a commit id: ```git tag -a 0.8.9<tag> c08b0f<commit id>```
-2. Push the tag upstream: ```git push -f upstream 0.8.9<tag>```
+1. Add a tag to a commit id: ```git tag -a <tag/version> <commit hash>```
+
+for example, using the (7 min.) leading characters on commit hash:
+```
+$ git tag -a 0.8.9 c08b0f
+```
+
+2. Push the tag upstream: ```git push -f upstream <tag/version>```
+
+for example:
+```
+$ git push -f upstream 0.8.9
+```
 
 Travis will start the build of 0.8.9 automatically by the event of tag 
creation.
 

-- 
To stop receiving notification emails like this one, please contact
houshen...@apache.org.

Reply via email to