This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 4896a31ff9 More release process updates
4896a31ff9 is described below
commit 4896a31ff9a5907935775d1368a1e4131bcb27d4
Author: Robert Lazarski <[email protected]>
AuthorDate: Wed Feb 19 10:41:38 2025 -1000
More release process updates
---
src/site/markdown/release-process.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/site/markdown/release-process.md
b/src/site/markdown/release-process.md
index c3384a4793..2c1de667e1 100644
--- a/src/site/markdown/release-process.md
+++ b/src/site/markdown/release-process.md
@@ -23,6 +23,8 @@ Release Process
Release process overview
------------------------
+### Update: Since the 1.8.x series we have released from git master without
branches. Skip to Performing a Release. We may or may not use branches again in
the future.
+
### Cutting a branch
* When a release is ready to go, release manager (RM) puts
@@ -185,7 +187,7 @@ The created artifacts i.e. zip files can be checked with,
for example, sha512sum
mvn release:perform
3. Login to Nexus and close the staging repository. For more details about
this step, see
-
[here](https://maven.apache.org/developers/release/maven-project-release-procedure.html).
+
[here](https://maven.apache.org/developers/release/maven-project-release-procedure.html)
and [here](https://infra.apache.org/publishing-maven-artifacts.html#promote).
4. Execute the `target/checkout/etc/dist.py` script to upload the source and
binary distributions to the development area of the <a
href="https://dist.apache.org/repos/dist/"> repository. </a>