(v2.1.1.9076)

This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-09-19 14:22:09 +02:00
parent a88472a263
commit 82239503ee
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ COMMIT_MSG=$(cat "$COMMIT_MSG_FILE")
# Check if commit should skip checks # Check if commit should skip checks
if [[ "$COMMIT_MSG" =~ no-?checks?|no-?verify ]]; then 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 "Commit message contains 'no-check' or 'no-verify'."
echo "" echo ""
exit 0 exit 0

View File

@ -34,7 +34,7 @@ COMMIT_MSG_FILE=".git/COMMIT_EDITMSG"
if [ -f "$COMMIT_MSG_FILE" ]; then if [ -f "$COMMIT_MSG_FILE" ]; then
COMMIT_MSG=$(cat "$COMMIT_MSG_FILE") COMMIT_MSG=$(cat "$COMMIT_MSG_FILE")
if [[ "$COMMIT_MSG" =~ no-?checks?|no-?verify ]]; then 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 "Commit message contains 'no-check' or 'no-verify'."
echo "" echo ""
exit 0 exit 0

View File

@ -1,5 +1,5 @@
Package: AMR Package: AMR
Version: 2.1.1.9073 Version: 2.1.1.9076
Date: 2024-09-19 Date: 2024-09-19
Title: Antimicrobial Resistance Data Analysis Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR) Description: Functions to simplify and standardise antimicrobial resistance (AMR)

View File

@ -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).)* *(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).)*