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 2016/07/12 07:28:15 UTC

[7/8] isis git commit: ISIS-1335: adding ref to a gist for upd.sh script (part of release procedures)

ISIS-1335: adding ref to a gist for upd.sh script (part of release procedures)


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

Branch: refs/heads/release-1.13.0-RC1
Commit: 9f85bdf9bcbb1a8ece63bfdff24e100f22e0c126
Parents: 994e677
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Jul 11 20:48:05 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Jul 11 20:48:05 2016 +0100

----------------------------------------------------------------------
 .../src/main/asciidoc/guides/_cgcom_post-release-successful.adoc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/9f85bdf9/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
index c258be8..7b379c9 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
@@ -99,7 +99,7 @@ If necessary, checkout this directory structure:
 svn co https://dist.apache.org/repos/dist/release/isis isis-dist
 ----
 
-Next, add the new release into the appropriate directory, and delete any previous release.  The `upd.sh` script can be used to automate this:
+Next, add the new release into the appropriate directory, and delete any previous release.  The `upd.sh` script (also downloadable from link:https://gist.github.com/danhaywood/aa79c18d993df1b1e2c5a9933e48bcbc[this gist]) can be used to automate this:
 
 [source,bash]
 ----