You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/08/31 19:48:04 UTC

[creadur-rat] branch master updated: RAT-306: Add changelog for changelog publication

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 2d070d7f RAT-306: Add changelog for changelog publication
2d070d7f is described below

commit 2d070d7f64ef2d1d65cd8fb0155c67cad0b7000c
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Wed Aug 31 21:47:58 2022 +0200

    RAT-306: Add changelog for changelog publication
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4ba80377..7147295e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="RAT-305" type="fix" dev="pottlinger" due-to="dependabot">
         TODO: collect all dependabot updates for release 0.15.
       </action>
+      <action issue="RAT-306" type="fix" dev="pottlinger">
+        Add note about hierarchy of changelogs in RAT project structure when publishing the project webpage.
+      </action>
       <action issue="RAT-310" type="update" dev="pottlinger">
         Fix deprecation warnings in tests. Use hamcrest's annotations instead of ones from JUnit.
       </action>