Skip to content

Commit

Permalink
docs/release-process.md: use consistent placeholder syntax (ansible-c…
Browse files Browse the repository at this point in the history
…ommunity#319)

There was one placeholder value missed in f9a48c3.

Relates: f9a48c3
  • Loading branch information
gotmax23 authored Nov 7, 2023
1 parent fa20524 commit f4f81a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
```

Expand Down

0 comments on commit f4f81a9

Please sign in to comment.