This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 08db59bc Update release notes site publish instructions
08db59bc is described below
commit 08db59bcd7c15a80dcde3abfab94d7800a5b4594
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 28 13:17:47 2026 +0100
Update release notes site publish instructions
---
doc/release/release.howto.txt | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt
index 9ca70ad2..e2cb24a2 100644
--- a/doc/release/release.howto.txt
+++ b/doc/release/release.howto.txt
@@ -908,14 +908,18 @@ in the SVN repository.
=> check you have not downgraded other components - fix their doap file and
repeat
> svn commit conf doap -m 'Regenerated component releases'
+ Note: The commons-site-build.sh script executes python3 and requires the
requests
+ library to be installed.
+
> commons-site-build.sh
> svn diff target/site
> svn commit target/site -m 'Update the staging site prior to deployment'
=> inspect at
https://svn.apache.org/repos/infra/websites/staging/commons/trunk/content/index.html
+ The following will publish the site by generating
commons-site-publish.svnmucc and
+ executing it using svnmucc (Subversion Multiple URL Command Client):
+
> commons-site-publish.sh
- => inspect target/commons-site-publish.svnmucc
- => Run svnmucc command printed by the script
(22)