Skip to content

Commit 05eb58b

Browse files
authored
docs release-process: use GH_USERNAME as a placeholder (#367)
At least on my system, the UNIX username is different than my Github username. Let's change this var name accordingly so it can be more easily copy-pasted.
1 parent c87ec3a commit 05eb58b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/release-process.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ This only needs to be done once.
5353
This guide uses your Github username as the fork remote name.
5454
5555
```
56-
git remote add ${USERNAME} https://github.com/${USERNAME}/ansible-build-data
57-
git fetch ${USERNAME} -v
56+
git remote add ${GH_USERNAME} https://github.com/${GH_USERNAME}/ansible-build-data
57+
git fetch ${GH_USERNAME} -v
5858
```
5959
6060
## Perform release process
@@ -105,7 +105,7 @@ This only needs to be done once.
105105
git switch -c release-${VERSION}
106106
git add ${MAJOR_VERSION}/
107107
git commit -m "Ansible ${VERSION}: Dependencies, changelog and porting guide"
108-
git push -u ${USERNAME} release-${VERSION}
108+
git push -u ${GH_USERNAME} release-${VERSION}
109109
```
110110
111111
Then, submit a pull request against ansible-build-data upstream.

0 commit comments

Comments
 (0)