diff --git a/.github/workflows/todo-tracker.yml b/.github/workflows/todo-tracker.yml index 0db1c8a63..eafccf76a 100644 --- a/.github/workflows/todo-tracker.yml +++ b/.github/workflows/todo-tracker.yml @@ -43,9 +43,9 @@ jobs: - name: Generate TODO list from R/ run: | - echo "## TODO Report" > todo.md + echo "## \`TODO\` Report" > todo.md echo "" >> todo.md - echo "_This issue is automatically updated on each push to `main`._" >> todo.md + echo "_This overview is automatically updated on each push to \`main\`. It provides an automated overview of all mentions of the text \`TODO\`._" >> todo.md echo "" >> todo.md todos=$(find R/ -type f ! -name "sysdata.rda" -exec grep -nH "TODO" {} + || true) if [ -z "$todos" ]; then @@ -57,13 +57,16 @@ jobs: line = $2 text = substr($0, index($0,$3)) if (file != last_file) { - if (last_file != "") print "" + if (last_file != "") print "```" + print "" print "### " file + print "```r" last_file = file } printf "L%s: %s\n", line, text } ' >> todo.md + echo "\`\`\`" >> todo.md fi - name: Update GitHub issue @@ -71,5 +74,6 @@ jobs: with: token: ${{ secrets.GH_REPO_SCOPE }} issue-number: 231 + comment-id: 3379846566 body-file: todo.md edit-mode: replace diff --git a/DESCRIPTION b/DESCRIPTION index cbec77bf0..ac5f7fe8c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AMR -Version: 3.0.0.9022 -Date: 2025-09-03 +Version: 3.0.0.9023 +Date: 2025-09-04 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) data analysis and to work with microbial and antimicrobial properties by diff --git a/NEWS.md b/NEWS.md index 589a1bb4c..60e3ec397 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 3.0.0.9022 +# AMR 3.0.0.9023 This is a bugfix release following the release of v3.0.0 in June 2025.