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
commit 517e8f66138196f7d1482e095d53f9a757fde181
Author: aherbert <aherbert@apache.org>
AuthorDate: Mon Nov 25 13:17:26 2019 +0000
Add note about updating component_releases.properties
---
doc/release/release.howto.txt | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt
index 67f4176..e9d9cab 100644
--- a/doc/release/release.howto.txt
+++ b/doc/release/release.howto.txt
@@ -708,11 +708,21 @@ Adding:
$ svn status | awk '{if ($1 == "?") print $2 }' | xargs svn add
Commit the new contents of the web site:
- $ svn commit -m "Commons RNG v1.3 was released (from RC1). Web site update"
+ $ svn commit -m "Commons RNG v1.3 was released (from RC1). Web site update"
Note the SVN website revision for the next step.
+Edit the file component_releases.properties to hold the current version and release date
for
+your component:
+
+ $ svn checkout --depth files https://svn.apache.org/repos/asf/commons/cms-site/trunk/conf/component_releases.properties
+
+ [edit file]
+
+ $ (cd conf && svn commit -m "Commons RNG v1.3 was released (from RC1)")
+
+
(20)
The Javadoc for several versions is kept available on the website, under the
"javadocs" directory.
|