This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new e5dabb90 RAT-326: Add changelog about introduction of javadoc:javadoc
into GHA build
e5dabb90 is described below
commit e5dabb9063dbf7d685cceeaad25c76c8be390b4d
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Dec 12 21:45:37 2023 +0100
RAT-326: Add changelog about introduction of javadoc:javadoc into GHA build
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d7562342..15b0c802 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
</release>
-->
<release version="0.16-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <action issue="RAT-326" type="fix" dev="pottlinger">
+ Fix existing javadoc build errors and add javadoc generation to
GithubActions to not introduce build errors via merge requests.
+ </action>
<action issue="RAT-311" type="update" dev="pottlinger"
due-to="dependabot">
Update to ASF parent pom 31 and update multiple maven plugin versions
as well (surefire, release, project-info, enforcer, jxr).
</action>