chore(git): change placeholder to Refs:

This is more inline with the conventional commits approach and
encourages it to be replaced manually if not being done with commit
hooks.
This commit is contained in:
Oliver Davies 2023-08-26 22:27:00 +01:00
parent ac854bf8c7
commit acd73bcb4f

View file

@ -20,6 +20,6 @@ if [ -f "${ISSUE_FILE}" ]; then
ISSUE_ID=$(cat "${ISSUE_FILE}" | sed 's/ /, /g')
if [ -n "${ISSUE_ID}" ]; then
sed -i.bak "s/# ISSUE_ID/Refs: $ISSUE_ID/" "$1"
sed -i.bak "s/# Refs:/Refs: $ISSUE_ID/" "$1"
fi
fi