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 21b726a0 RAT-348: Update gitignore reader to 1.3.0
21b726a0 is described below

commit 21b726a0945f905d67ef8854950aa1e4530873a3
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Jan 12 23:16:34 2024 +0100

    RAT-348: Update gitignore reader to 1.3.0
---
 src/changes/changes.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7323d6ff..76f575ef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,6 +41,15 @@ The <action> type attribute can be add,update,fix,remove.
     the rest are optional; order not important
 
     having the issue number first makes it easier to read the XML outline
+
+If you wonder which action types are available:
+https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
+
+ * add: added functionality to the project.
+ * fix: bug fix for the project
+ * update: updated some part of the project.
+ * remove: removed some functionality from the project.
+
 -->
 <document xmlns="http://maven.apache.org/changes/1.0.0";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
@@ -69,6 +78,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="RAT-343" type="fix" dev="pottlinger" due-to="Claude 
Warren">
         Reimplement old configuration elements for custom licenses in Maven 
plugin configurations (and updates to the webpage).
       </action>
+      <action issue="RAT-348" type="add" dev="pottlinger" due-to="Niels 
Basjes">
+        Update gitignore-reader library to 1.3.0 to get latest changes in 
gitignore parsing.
+      </action>
       <action issue="RAT-339" type="update" dev="pottlinger" 
due-to="dependabot">
         TODO: collect all dependabot updates for release 0.16.1
       </action>

Reply via email to