Updated Release Process (markdown)

Ilya Dmitrichenko
2016-09-28 14:36:00 +01:00
parent 442e0f0c26
commit aaf3f1d5b4
+2 -2
@@ -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
```