You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/11/22 08:29:56 UTC

[myfaces-tobago] 02/03: update workflow

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 00446c7943f504d99e3fd77a05a2d5599326a51b
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Nov 21 18:00:53 2018 +0100

    update workflow
---
 .../content/10-intro/90-release-checklist/Release_Checklist.xhtml    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/90-release-checklist/Release_Checklist.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/90-release-checklist/Release_Checklist.xhtml
index 18d181c..089f78b 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/90-release-checklist/Release_Checklist.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/90-release-checklist/Release_Checklist.xhtml
@@ -174,6 +174,11 @@ $ mvn deploy -Papache-release,generate-assembly --no-plugin-updates -Dnon-defaul
 $ mvn release:perform
 </code></pre>
           </li>
+          <li>Make public available:
+
+            <pre><code class="language-bash">$ git push
+</code></pre>
+          </li>
         </ul>
       </tc:section>