diff --git a/Release-Process.md b/Release-Process.md index ffea5f2..058aa15 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -173,7 +173,7 @@ git log -p latest_release..@ site/ If all looks good, do this: ``` -wordepress publish --dry-run --url https://www.weave.works --user 'errordeveloper' --password 'secret' --product scope --tag latest --version 0.17.1 site +wordepress publish --dry-run --url https://www.weave.works --user 'you' --password 'secret' --product scope --tag latest --version 0.17.1 site ``` The output should look similar to this: @@ -208,5 +208,5 @@ In the above case we can see that the only file that will updates is this: ``` Which is good, so no run without `--dry-run`: ``` -wordepress publish --dry-run --url https://www.weave.works --user 'errordeveloper' --password 'secret' --product scope --tag latest --version 0.17.1 site +wordepress publish --dry-run --url https://www.weave.works --user 'you' --password 'secret' --product scope --tag latest --version 0.17.1 site ``` \ No newline at end of file