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:58 UTC

[2/3] isis git commit: ISIS-1195: fixes to release docs

ISIS-1195: fixes 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/a4c4034e
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a4c4034e
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/a4c4034e

Branch: refs/heads/master
Commit: a4c4034eda12a5f570e54cc39b5d911451cdc2fc
Parents: fa4dccd
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Nov 2 19:20:36 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 2 19:20:36 2015 +0000

----------------------------------------------------------------------
 .../_cg_committers_post-release-unsuccessful.adoc     | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a4c4034e/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc
index 2bd29a4..65fc596 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-unsuccessful.adoc
@@ -52,23 +52,27 @@ Tidy up remote branches in the git repo:
 +
 [source,bash]
 ----
-git push origin –delete isis-1.9.0 # $ISISART-$SISREL
+git push --delete origin release-1.10.0-RC1
 ----
 
 
-* delete the remote origin server's tag, for example: +
+* delete the remote origin server's tags, for example: +
 +
 [source,bash]
 ----
-git push origin –delete refs/tags/isis-1.9.0-RC1
+git push --delete origin isis-1.10.0-RC1
+git push --delete origin simpleapp-archetype-1.10.0-RC1
 ----
 
 
-* delete the tag that was created locally, for example: +
+* delete the tags that were created locally, for example: +
 +
 [source,bash]
 ----
-git tag -d isis-1.9.0 # $ISISART-$SISREL
+git tag -d isis-1.10.0
+git tag -d isis-1.10.0-RC1
+git tag -d simpleapp-archetype-1.10.0
+git tag -d simpleapp-archetype-1.10.0-RC1
 ----