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 2015/11/02 22:51:59 UTC

[3/3] isis git commit: ISIS-1195: minor fix to release docs

ISIS-1195: minor fix to release docs


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

Branch: refs/heads/master
Commit: 9c68494dbf52f5e76231155390ae49abdf406d99
Parents: a4c4034
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Oct 26 12:43:25 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 2 19:20:54 2015 +0000

----------------------------------------------------------------------
 .../main/asciidoc/guides/_cg_committers_cutting-a-release.adoc   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/9c68494d/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc
index 774a2e7..a19b1d8 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_cutting-a-release.adoc
@@ -625,8 +625,8 @@ and also push tags for both core and the archetype:
 
 [source]
 ----
-git push origin refs/tags/isis-$ISISREL-$ISISRC:refs/tags/isis-$ISISREL-$ISISRC
-git push origin refs/tags/simpleapp-archetype-$ISISREL-$ISISRC:refs/tags/simpleapp-archetype-$ISISREL-$ISISRC
+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 fetch
 ----