This is an automated email from the ASF dual-hosted git repository. ottlinger pushed a commit to branch addSonarCloudLinks in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
commit 22636a449a70f7d000a36b085d2b1f2b5559852a Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jul 2 22:28:45 2026 +0200 WHISKER-21: Integrate with SonarCloud --- README.md | 2 ++ src/changes/changes.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 53d9069..10a5367 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ASF: [](https://github.com/apache/creadur-whisker/actions) +[](https://sonarcloud.io/summary/new_code?id=apache_creadur-whisker) + [](https://develocity.apache.org/scans?search.buildToolType=maven&search.rootProjectNames=Apache%20Whisker&search.timeZoneId=Europe%2FBerlin) ## What is Whisker? diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1fb9a0c..1c820a7 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.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done"> + <action issue="WHISKER-21" type="add" dev="pottlinger"> + Integrate Whisker with SonarCloud. + </action> <action issue="WHISKER-33" type="add" dev="pottlinger"> Enable reproducible build and keep a changing timestamp for webpage generation. </action>
