Bug 499211 - [SysML 1.4][doc] remove the doc for release
- add a reference to the release component documentation
- fix some English typo
Change-Id: I9a9c494e76e945e3c01363483317a2557494ef63
Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
diff --git a/src/site/xdoc/developer/sop5-release.xml b/src/site/xdoc/developer/sop5-release.xml
index e4e7685..1ce760c 100644
--- a/src/site/xdoc/developer/sop5-release.xml
+++ b/src/site/xdoc/developer/sop5-release.xml
@@ -9,7 +9,7 @@
<body>
<section name="sop5-Release">
<subsection name="Who is in charge of?">
- <p>Commiter + a basic developer in order to transfer knowledge and improve the process.</p>
+ <p>Committer + a basic developer in order to transfer knowledge and improve the process.</p>
</subsection>
<subsection name="When?">
<p>when you need it, on a regular basis, every two month.</p>
@@ -22,9 +22,14 @@
<section name="Prerequisite">
<subsection name="Access">
<p>
- Have the Hudson acess
+ Have the Hudson access
</p>
</subsection>
+ <subsection name="General release information">
+ <p>
+ You will find the general information on How to make a release for a Papyrus specialization <a href="https://www.eclipse.org/papyrus/components/components/components-0.0.18/user/sop-release.html">here</a>
+ </p>
+ </subsection>
</section>
<section name="Pre-Actions">
<p>You can send an email to the developers mailing list.
@@ -52,11 +57,11 @@
<p>Upgrade also the target platform version in the main pom</p>
</subsection>
<subsection name="Push on gerrit the different modifications">
- <p>Who: non commityer action</p>
+ <p>Who: non committer action</p>
<p>egit or others.</p>
</subsection>
<subsection name="Accept the changes">
- <p>Who: commityer action</p>
+ <p>Who: committer action</p>
<p>gerrit web action.</p>
</subsection>
<subsection name="Rexecute the job Master and Website">
@@ -64,15 +69,15 @@
<p>Goal is to use this job version as data for the promotion.</p>
</subsection>
<subsection name="Tag the release">
- <p>Who: commiter action</p>
+ <p>Who: committer action</p>
<p>how</p>
</subsection>
<subsection name="Deploy the product (update site and the rcp)">
- <p>Who: uncommiter action</p>
- <p>how: job on hudson, fill the fields</p>
+ <p>Who: non-committer action</p>
+ <p>how: job on Hudson, fill the fields</p>
</subsection>
<subsection name="Deploy the web site">
- <p>Who: uncommiter action + commiter review</p>
+ <p>Who: non-committer action + committer review</p>
<p>Generate the new web site</p>
<source>mvn install site site:stage-deploy -Pproduct,documentation,documentation-pdf,quality,web.release -DsiteMainDirectory=/home/flefevre/tmp/sysml/site-staging -Dmaven.clean.skip=true -Dweb.absoluteResourceURL=https://www.eclipse.org/papyrus/components/sysml/3DIGITVERSION/ -Dweb.href=https://www.eclipse.org/papyrus/components/sysml/3DIGITVERSION/index.html</source>
<p>Copy/paste it in the git repository dedicated to the web, in its own version folder</p>
@@ -90,9 +95,9 @@
<section name="Web-site release">
<p>You need also to deploy the new web site matching your release product version.</p>
<p>By going to <a href="https://hudson.eclipse.org/papyrus/view/Sysml/job/papyrus-sysml-eclipse-web-deploy/">https://hudson.eclipse.org/papyrus/view/Sysml/job/papyrus-sysml-eclipse-web-deploy/</a>, you could retrieve the zip of the site under the workspace ws/site-staging/3DIGITVERSION</p>
- <p>Then you have to submit a gerrit patch on the papyrus git repository, located here: www.eclipse.org papyrus.git modeling.mdt.papyrus project website</p>
+ <p>Then you have to submit a gerrit patch on the Papyrus git repository, located here: www.eclipse.org papyrus.git modeling.mdt.papyrus project website</p>
<p>You have also to modify the main index.html file to update the current website version and to add your version in the menu.</p>
- <p>The final result should be available after a few miniutes here <a href="https://www.eclipse.org/papyrus/components/sysml/3DIGITVERSION/">https://www.eclipse.org/papyrus/components/sysml/3DIGITVERSION/</a></p>
+ <p>The final result should be available after a few minutes here <a href="https://www.eclipse.org/papyrus/components/sysml/3DIGITVERSION/">https://www.eclipse.org/papyrus/components/sysml/3DIGITVERSION/</a></p>
</section>
<section name="Post-Actions">
<p>You can send an email to the developers mailing list</p>