This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new ae866de updating files for 2.6 release candidate
ae866de is described below
commit ae866de610bbb37dd7c4e7cec92c065b42654309
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Wed Nov 3 20:38:16 2021 -0700
updating files for 2.6 release candidate
---
RELEASE-NOTES.txt => RELEASE-NOTES.md | 0
src/site/xdoc/release-howto.xml | 7 ++++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.md
similarity index 100%
rename from RELEASE-NOTES.txt
rename to RELEASE-NOTES.md
diff --git a/src/site/xdoc/release-howto.xml b/src/site/xdoc/release-howto.xml
index 899a007..7910efb 100644
--- a/src/site/xdoc/release-howto.xml
+++ b/src/site/xdoc/release-howto.xml
@@ -20,7 +20,7 @@
<properties>
<title>Apache Any23 - Release HowTo</title>
- <author email="[email protected]">Apache Any23 Team</author>
+ <author email="[email protected]">Apache Any23 Team</author>
</properties>
<body>
@@ -97,8 +97,9 @@
</li>
<li> Update the text files in a working copy of the project root:
<ol>
- <li>Update the <tt>RELEASE-NOTES.txt</tt> based on the text
release reports from JIRA.</li>
- <li>Review and update <tt>README</tt> if needed.</li>
+ <li>Update the <tt>RELEASE-NOTES.md</tt> based on the text
release reports from JIRA.</li>
+ <li>Review and update <tt>README.md</tt> if needed.</li>
+ <li>Review and update dates in <tt>NOTICE.txt</tt> if
needed.</li>
<li>Commit any changes back to Git: <pre>git add -A &&
git commit -m "updating files for release"</pre>.</li>
</ol>
</li>