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 2021/06/01 13:17:42 UTC

[myfaces-tobago] branch master updated: docs: package.json version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0231c5e  docs: package.json version
0231c5e is described below

commit 0231c5e62f2ef8bf4faa0b1fb5d4d7cc1c526ad0
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Jun 1 14:44:23 2021 +0200

    docs: package.json version
    
    information to set the snapshot version after release
---
 .../content/10-intro/90-release-checklist/Release_Checklist.xhtml      | 3 +++
 1 file changed, 3 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 189c051..fc913be 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
@@ -187,6 +187,9 @@ $ mvn release:perform
             <demo-highlight language="bash">$ git push
 </demo-highlight>
           </li>
+          <li>Set next snapshot version in:
+            <demo-highlight>package.json</demo-highlight>
+          </li>
         </ul>
       </tc:section>