This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push: new 7491fb391 Correct branch for 1.2.x releases 7491fb391 is described below commit 7491fb39139f3c66378a1af5e5de07b6996a2b5d Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 2 09:07:31 2023 +0100 Correct branch for 1.2.x releases --- HOWTO-RELEASE.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt index b88349c8c..dcd014823 100644 --- a/HOWTO-RELEASE.txt +++ b/HOWTO-RELEASE.txt @@ -45,8 +45,8 @@ Run the release script to check the Java code is aligned with the current 9.0.x source. ./jnirelease.sh --ver=1.2.x --with-apr=/path/to/apr/source -Switch back to the main branch -git checkout main +Switch back to the 1.2.x branch +git checkout 1.2.x Tagging ------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org