mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
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:
parent
ac854bf8c7
commit
acd73bcb4f
|
@ -20,6 +20,6 @@ if [ -f "${ISSUE_FILE}" ]; then
|
||||||
ISSUE_ID=$(cat "${ISSUE_FILE}" | sed 's/ /, /g')
|
ISSUE_ID=$(cat "${ISSUE_FILE}" | sed 's/ /, /g')
|
||||||
|
|
||||||
if [ -n "${ISSUE_ID}" ]; then
|
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
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue