From ac69d941e0e76a3710d7f43911aa4e0b5d363f82 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 14 Jul 2016 17:17:14 +0100 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 1053693..d8aefe2 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -140,7 +140,7 @@ Go to [https://checkpoint-api.weave.works/admin](https://checkpoint-api.weave.wo * Navigate to Users -> Your Profile -> Application Passwords * Enter 'wordepress' as the application name and choose 'Add New' 3. Publish the documentation: - * Dry run: `wordepress publish --dry-run --url https://www.weave.works --user yourwordpressuser --password 'your wordpress application password' --product scope --tag latest --version 0.1.0 releases/v0.1.0` - * If everything went well, pubslish without dry-run: `wordepress publish --url https://www.weave.works --user yourwordpressuser --password 'your wordpress application password' --product scope --tag latest --version 0.1.0 releases/v0.1.0` + * Dry run: `wordepress publish --dry-run --url https://www.weave.works --user yourwordpressuser --password 'your wordpress application password' --product scope --tag latest --version 0.1.0 releases/v0.1.0/site` + * If everything went well, pubslish without dry-run: `wordepress publish --url https://www.weave.works --user yourwordpressuser --password 'your wordpress application password' --product scope --tag latest --version 0.1.0 releases/v0.1.0/site` You're done. Congratulations.