You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/06/30 08:26:26 UTC

[tomcat-native] branch main updated: Add note about switching back to main branch

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 74752ad74 Add note about switching back to main branch
74752ad74 is described below

commit 74752ad741db62bfb75712cc2fbbc70d86f3f8fc
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 30 09:26:21 2022 +0100

    Add note about switching back to main branch
---
 HOWTO-RELEASE.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt
index 461b4a7b4..d590cffc5 100644
--- a/HOWTO-RELEASE.txt
+++ b/HOWTO-RELEASE.txt
@@ -45,6 +45,8 @@ Run the release script to check the Java code is aligned with the current 10.1.x
 source.
 ./jnirelease.sh --ver=main --with-apr=/path/to/apr/source
 
+Switch back to the main branch
+git checkout main
 
 Tagging
 -------
@@ -75,10 +77,11 @@ Create the source release
 # Modify version as appropriate
 ./jnirelease.sh --ver=2.0.0 --with-apr=/path/to/apr/source
 
+# Switch back to the main branch
+git checkout main
+
 
 Create the binary release for Windows
 -------------------------------------
 
 See native/building
-
-


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org