From a0b1867dbb7d3bcbd78f3cc79c3898964e57c10a Mon Sep 17 00:00:00 2001 From: imolorhe Date: Mon, 15 Jan 2018 20:51:04 +0100 Subject: [PATCH 1/2] Added margin bottom to changelog button in docs updated page. --- docs/_sass/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_sass/_layout.scss b/docs/_sass/_layout.scss index e754eef7c6..dd947c46f0 100644 --- a/docs/_sass/_layout.scss +++ b/docs/_sass/_layout.scss @@ -177,5 +177,6 @@ $hero-height: 700px; @extend %button; color: $light; background: $dark; + margin-bottom: 20px; } } From 50ea3eb460941dc6c2e78bc33960a54ba384874a Mon Sep 17 00:00:00 2001 From: imolorhe Date: Mon, 15 Jan 2018 20:52:10 +0100 Subject: [PATCH 2/2] Reordered deploy steps in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be7009037d..0a8d206d10 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ To get more help on working with the project, check out the [Angular CLI README] - Create release tag for the new version `git tag v` - Push new tag `git push --tags` - Create release notes (Using https://www.npmjs.com/package/release) `release` -- Upload updated browser extensions - Wait till all the CI builds are completed, and the binaries have been published in [Github release](https://help.github.com/articles/creating-releases/) - Merge the staging branch to master +- Upload updated browser extensions - C'est fini. In the case of an error while deploying, delete the release tags locally and remotely using `git tag --delete && git push --delete origin `