From 80063fd1920dd5fb4edda5f3d0705952be49378f Mon Sep 17 00:00:00 2001 From: Jeff Wainwright Date: Fri, 21 Dec 2018 16:08:33 -0800 Subject: [PATCH] [version] patch version; adds @cibernox pkg updates (#179) --- CONTRIBUTING.md | 9 ++++++++- README.md | 12 ++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d14b959..7ed89197 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,9 +18,16 @@ * `ember test --server` – Runs the test suite in "watch mode" * `ember try:each` – Runs the test suite against multiple Ember versions +## Automation + +* `git checkout ` +* `nvm i` +* `yarn` +* `yarn update` + ## Running the dummy application * `ember serve` * Visit the dummy application at [http://localhost:4200](http://localhost:4200). -For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/). \ No newline at end of file +For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/). diff --git a/README.md b/README.md index 6c86241c..6a6cc2cc 100644 --- a/README.md +++ b/README.md @@ -221,3 +221,15 @@ export default Route.extend({ * `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions) * `ember test` * `ember test --server` + +## Automatic Updates + +This repository uses [Greenkeeper](https://greenkeeper.io/) to manage dependencies. +Before doing manual updates to dependencies, please check if a Greenkeeper pull request for the update already exists. + +Greenkeeper updates are updated and merged following the steps listed below. + +* `git checkout ` +* `nvm i` +* `yarn` +* `yarn update`