git clone <repository-url>cd ember-toggleyarn installoryarn
yarn lintyarn lint:fix
ember test– Runs the test suite on the current Ember versionember test --server– Runs the test suite in "watch mode"ember try:each– Runs the test suite against multiple Ember versions
ember serve- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
We're using standard-version for changelog generation and releases. Have a look at the conventions here.
The following additional prefixes, are used as well.
docschoretestsdemo(regarding the dummy app, since it's made public)
See https://www.npmjs.com/package/standard-version for instructions on generating change logs and commit formats.
npm run releaseWill do the work of generating the changelog and bumping the version, tagging. You just need to copy the command it provides to push and publish the changes.
Build by checking out the relevant branch, since the test dummy app is actually the demo app.
Run the following command:
ember github-pages:commit --message <message describing demo release>