You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/06/22 15:27:02 UTC

[myfaces-tobago] branch tobago-5.x updated: docs: update release checklist

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 4e9f889e78 docs: update release checklist
4e9f889e78 is described below

commit 4e9f889e78ff786c0f0fc718a2bcbde6780bc317
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Thu Jun 22 17:09:13 2023 +0200

    docs: update release checklist
---
 .../90-release-checklist/Release_Checklist.xhtml   | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
index 17affb8c4c..7c80e2af95 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
@@ -118,14 +118,15 @@ $ mvn clean install &amp;&amp; mvn checkstyle:check apache-rat:check animal-snif
 
       <tc:section label="Building the Release">
         <ul>
+          <li>Do not use your forked repository for the following steps to keep the history of the release process.</li>
           <li>Commit: "chore(release): prepare"
             <ul>
               <li>Check version info in these files manually (set to release version without SNAPSHOT suffix):
-                <demo-highlight>package.json</demo-highlight>
-                <demo-highlight>package-lock.json</demo-highlight>
-                <demo-highlight>package-info.java</demo-highlight>
-                <demo-highlight>Release.java</demo-highlight>
-                <demo-highlight>ApiController.java</demo-highlight>
+                <demo-highlight>package.json
+package-lock.json
+package-info.java
+Release.java
+ApiController.java</demo-highlight>
               </li>
             </ul>
           </li>
@@ -144,7 +145,8 @@ $ mvn clean install &amp;&amp; mvn checkstyle:check apache-rat:check animal-snif
           </li>
           <li>Set next SNAPSHOT version in:
               <demo-highlight>package.json
-package-lock.json</demo-highlight>
+package-lock.json
+package-info.java</demo-highlight>
               and commit: "chore(release): set next SNAPSHOT version"
           </li>
         </ul>
@@ -155,9 +157,6 @@ package-lock.json</demo-highlight>
           <li><i>Close</i> the repository on the <tc:link label="Nexus" link="https://repository.apache.org/"
                                                           image="bi-box-arrow-up-right"/> instance for staging (you will receive a mail with the staging location).
           </li>
-
-          <li>Update the staging and snapshot version on tobago-vm.apache.org
-          </li>
         </ul>
       </tc:section>
 
@@ -278,8 +277,9 @@ ${content}</demo-highlight>
                 </ul>
               </li>
 
-              <li>Updating 'tobago.md' in the MyFaces homepage project 'myfaces-homepage'.:
-                <demo-highlight language="bash">myfaces-homepage/tobago.md</demo-highlight>
+              <li>Updating 'tobago.md' and 'tobago-download.md' in the MyFaces homepage project 'myfaces-homepage'.:
+                <demo-highlight language="bash">myfaces-homepage/tobago.md
+myfaces-homepage/tobago-download.md</demo-highlight>
               </li>
             </ul>
           </li>