You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/08/06 09:32:30 UTC

isis git commit: ISIS-1521: minor updates to release process

Repository: isis
Updated Branches:
  refs/heads/master 02489d011 -> 98aa6f4c9


ISIS-1521: minor updates to release process


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/98aa6f4c
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/98aa6f4c
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/98aa6f4c

Branch: refs/heads/master
Commit: 98aa6f4c991831bdb6462677efe9492796fc0f23
Parents: 02489d0
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sun Aug 6 10:32:04 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sun Aug 6 10:32:04 2017 +0100

----------------------------------------------------------------------
 .../main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc  | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/98aa6f4c/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
index 66d11ca..47f2e0d 100644
--- a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
@@ -638,7 +638,7 @@ Start by switching to the directory containing the `helloworld` example:
 
 [source,bash]
 ----
-cd ../example/application/helloworld
+cd ../../../example/application/helloworld
 ----
 
 [[__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_setup-environment-variables]]
@@ -877,12 +877,13 @@ and also push tags for both core and the archetype:
 ----
 git push origin refs/tags/isis-$ISISREL:refs/tags/isis-$ISISREL-$ISISRC
 git push origin refs/tags/simpleapp-archetype-$ISISREL:refs/tags/simpleapp-archetype-$ISISREL-$ISISRC
+git push origin refs/tags/helloworld-archetype-$ISISREL:refs/tags/helloworld-archetype-$ISISREL-$ISISRC
 git fetch
 ----
 
 [NOTE]
 ====
-The remote tag isn't visible locally but can be seen https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=summary[online].
+The remote tags aren't visible locally but can be seen https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=summary[online].
 ====
 
 
@@ -924,7 +925,7 @@ The source code artifacts have been uploaded to staging repositories on reposito
 
 For each zip there is a corresponding signature file (append .asc to the zip's url).
 
-In the source code repo the code has been tagged as isis-1.15.0-RC1 and simpleapp-archetype-1.15.0-RC1; see https://git-wip-us.apache.org/repos/asf?p=isis.git
+In the source code repo the code has been tagged as isis-1.15.0-RC1, helloworld-archetype-1.15.0-RC1 and simpleapp-archetype-1.15.0-RC1; see https://git-wip-us.apache.org/repos/asf?p=isis.git
 
 For instructions on how to verify the release (build from binaries and/or use in Maven directly), see http://isis.apache.org/guides/cgcom.html#_cgcom_verifying-releases