From 89d778e0e028672e7d31ec742f591951c8f2f187 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 26 Oct 2017 10:10:17 -0700 Subject: [PATCH 1/2] Update releasing.md --- dev/guides/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/guides/releasing.md b/dev/guides/releasing.md index 165045e0b..16f2634df 100644 --- a/dev/guides/releasing.md +++ b/dev/guides/releasing.md @@ -20,5 +20,5 @@ Assuming master is the branch you want the website to reflect 1. On master, bump the version in `website/config.rb` 2. Delete the remote stable-website branch (`git push -d origin stable-website`) 3. Create the new stable webiste, `git checkout -b stable-webiste` -4. `git push origin stable-website +4. `git push origin stable-website` 5. In Slack run, `hashibot deploy nomad` From f9dffa4743e52db14d72a7fcf16ee9a7beac721a Mon Sep 17 00:00:00 2001 From: Preetha Date: Thu, 26 Oct 2017 12:17:31 -0500 Subject: [PATCH 2/2] Correct a small typo --- dev/guides/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/guides/releasing.md b/dev/guides/releasing.md index 16f2634df..65b66183d 100644 --- a/dev/guides/releasing.md +++ b/dev/guides/releasing.md @@ -19,6 +19,6 @@ Assuming master is the branch you want the website to reflect 1. On master, bump the version in `website/config.rb` 2. Delete the remote stable-website branch (`git push -d origin stable-website`) -3. Create the new stable webiste, `git checkout -b stable-webiste` +3. Create the new stable webiste, `git checkout -b stable-website` 4. `git push origin stable-website` 5. In Slack run, `hashibot deploy nomad`