Skip to content

Commit 418372b

Browse files
authored
fix: missing note on N/A (#333862)
1 parent ebbbc9e commit 418372b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/azure-pipelines/product-build-ado-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ extends:
297297
298298
if [ "${#trailer_values[@]}" = "0" ]; then
299299
echo "##vso[task.logissue type=error]Commit $head_sha is missing the required 'Msrc-Case-Id' trailer."
300-
printf "Add a trailer to the commit message, for example:\n\n Msrc-Case-Id: 12345\n\n"
300+
printf "Add a trailer to the commit message, for example:\n\n Msrc-Case-Id: 12345\n\nIf there is no associated case ID, use N/A:\n\n Msrc-Case-Id: N/A\n\n"
301301
exit 1
302302
fi
303303

0 commit comments

Comments
 (0)