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 6f2effc0 Remove SNAPSHOT from changes.xml
6f2effc0 is described below
commit 6f2effc0f30f0799893faea147b17d24ac7d2ba1
Author: P. Ottlinger <[email protected]>
AuthorDate: Wed Oct 22 23:19:23 2025 +0200
Remove SNAPSHOT from changes.xml
-Comment indicates that this is the current release/work in progress
-allows generating the changelog to see formatting issues during development
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3521efbb..f578d2ff 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@ in order to be properly linked in site reports.
</action>
</release>
-->
- <release version="1.0.0-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <release version="1.0.0" date="xxxx-yy-zz" description="Current SNAPSHOT -
release to be done">
<action issue="RAT-500" type="fix" dev="pottlinger">
Do not throw an exception if no arguments are provided in CLI,
encourage to use --help instead.
</action>