Skip to content

Commit

Permalink
Merge pull request #208 from imolorhe/staging
Browse files Browse the repository at this point in the history
Staging to master
  • Loading branch information
imolorhe authored Jan 15, 2018
2 parents 16e5609 + 1a3e500 commit 54b9830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<version_number>`
- 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 <tag> && git push --delete origin <tag>`
Expand Down
1 change: 1 addition & 0 deletions docs/_sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,6 @@ $hero-height: 700px;
@extend %button;
color: $light;
background: $dark;
margin-bottom: 20px;
}
}

0 comments on commit 54b9830

Please sign in to comment.