mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-23 22:36:24 +00:00
Updated Release Process (markdown)
+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
|
||||
```
|
||||
Reference in New Issue
Block a user