mirror of https://github.com/msberends/AMR.git
try to add version to commit msg
This commit is contained in:
parent
c5981cdeb3
commit
0bda9e9997
|
@ -121,9 +121,11 @@ fi
|
|||
|
||||
# Prepend the version number to the commit message
|
||||
if [ -f "$COMMIT_MSG_PATH" ]; then
|
||||
# Prepend the version number
|
||||
echo "(v${currentversion}) ${COMMIT_MSG}" > "$COMMIT_MSG_PATH"
|
||||
echo "- prepended version number to commit message"
|
||||
COMMIT_MSG=$(cat "$COMMIT_MSG_PATH")
|
||||
echo "Current commit message: $COMMIT_MSG" # Debug line
|
||||
echo "(v${currentversion}) ${COMMIT_MSG}" > "$COMMIT_MSG_PATH"
|
||||
echo "- prepended version number to commit message"
|
||||
echo "Updated commit message: $(cat "$COMMIT_MSG_PATH")" # Debug line
|
||||
else
|
||||
echo ""
|
||||
echo "Commit message file not found. Unable to prepend version number."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package: AMR
|
||||
Version: 2.1.1.9038
|
||||
Version: 2.1.1.9039
|
||||
Date: 2024-06-04
|
||||
Title: Antimicrobial Resistance Data Analysis
|
||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||
|
|
Loading…
Reference in New Issue