From f4f81a908d6bc4f92212d62282ad49759a157f93 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 7 Nov 2023 12:16:31 -0600 Subject: [PATCH] docs/release-process.md: use consistent placeholder syntax (#319) There was one placeholder value missed in f9a48c3a160c2464df059cbb9c01658108f115c7. Relates: f9a48c3a160c2464df059cbb9c01658108f115c7 --- docs/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-process.md b/docs/release-process.md index 1e237ea741..eaaa08cf95 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -104,7 +104,7 @@ This only needs to be done once. cd build/ansible-build-data git switch -c release-${VERSION} git add ${MAJOR_VERSION}/ - git commit -m "Ansible {VERSION}: Dependencies, changelog and porting guide" + git commit -m "Ansible ${VERSION}: Dependencies, changelog and porting guide" git push -u ${USERNAME} release-${VERSION} ```