You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2018/01/08 19:57:19 UTC

[streams] branch master updated: add git checkout to release steps

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

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/master by this push:
     new 20f1297  add git checkout to release steps
20f1297 is described below

commit 20f1297a000a997ab4309b3de34330fe1ea1f433
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
AuthorDate: Mon Jan 8 13:57:12 2018 -0600

    add git checkout to release steps
---
 src/site/markdown/release.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/site/markdown/release.md b/src/site/markdown/release.md
index adecf53..2319699 100644
--- a/src/site/markdown/release.md
+++ b/src/site/markdown/release.md
@@ -44,6 +44,7 @@ In either case, you'll need to first refer to [Release Setup Information](/relea
 
         git checkout master
         git branch ${project.name}-${project.version}-rcX
+        git checkout ${project.name}-${project.version}-rcX
 
 4. Verify the source has the required license headers before trying to release:
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@streams.apache.org" <co...@streams.apache.org>'].