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 2b8d722c8 Fix more branch references
2b8d722c8 is described below
commit 2b8d722c83cfa4e0ce4652aa1a37926affbc848d
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Aug 2 09:11:10 2023 +0100
Fix more branch references
---
HOWTO-RELEASE.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt
index dcd014823..7e811aab7 100644
--- a/HOWTO-RELEASE.txt
+++ b/HOWTO-RELEASE.txt
@@ -67,7 +67,7 @@ git commit -a -m "Tag 1.2.35"
git tag 1.2.35
git push origin 1.2.35
-# Reset main
+# Reset 1.2.x
git reset --hard HEAD~1
@@ -77,8 +77,8 @@ Create the source release
# Modify version as appropriate
./jnirelease.sh --ver=1.2.35 --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
Create the binary release for Windows
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]