Skip to content

Commit 4896a31

Browse files
More release process updates
1 parent cead5e5 commit 4896a31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/site/markdown/release-process.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Release Process
2323
Release process overview
2424
------------------------
2525

26+
### 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.
27+
2628
### Cutting a branch
2729

2830
* 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
185187
mvn release:perform
186188

187189
3. Login to Nexus and close the staging repository. For more details about this step, see
188-
[here](https://maven.apache.org/developers/release/maven-project-release-procedure.html).
190+
[here](https://maven.apache.org/developers/release/maven-project-release-procedure.html) and [here](https://infra.apache.org/publishing-maven-artifacts.html#promote).
189191

190192
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>
191193

0 commit comments

Comments
 (0)