From 82239503ee4a1f4153ced70802b71300744453ac Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Thu, 19 Sep 2024 14:22:09 +0200 Subject: [PATCH] (v2.1.1.9076) --- .github/prehooks/commit-msg | 2 +- .github/prehooks/pre-commit | 2 +- DESCRIPTION | 2 +- NEWS.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/prehooks/commit-msg b/.github/prehooks/commit-msg index ad0b4422..e43fc47d 100755 --- a/.github/prehooks/commit-msg +++ b/.github/prehooks/commit-msg @@ -37,7 +37,7 @@ COMMIT_MSG=$(cat "$COMMIT_MSG_FILE") # Check if commit should skip checks if [[ "$COMMIT_MSG" =~ no-?checks?|no-?verify ]]; then - echo "Not modifying commit message:" + echo "Not modifying commit message with 'pre-commit':" echo "Commit message contains 'no-check' or 'no-verify'." echo "" exit 0 diff --git a/.github/prehooks/pre-commit b/.github/prehooks/pre-commit index 73332421..edde0a96 100755 --- a/.github/prehooks/pre-commit +++ b/.github/prehooks/pre-commit @@ -34,7 +34,7 @@ COMMIT_MSG_FILE=".git/COMMIT_EDITMSG" if [ -f "$COMMIT_MSG_FILE" ]; then COMMIT_MSG=$(cat "$COMMIT_MSG_FILE") if [[ "$COMMIT_MSG" =~ no-?checks?|no-?verify ]]; then - echo "Not running prehook:" + echo "Not running prehook 'pre-commit':" echo "Commit message contains 'no-check' or 'no-verify'." echo "" exit 0 diff --git a/DESCRIPTION b/DESCRIPTION index b7d6dee4..13a8c40d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 2.1.1.9073 +Version: 2.1.1.9076 Date: 2024-09-19 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 8569c55a..6f507593 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 2.1.1.9073 +# AMR 2.1.1.9076 *(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using [the instructions here](https://msberends.github.io/AMR/#latest-development-version).)*