Skip to content

Loose Change

Pre-release
Pre-release

Choose a tag to compare

@achambers achambers released this 14 Sep 21:45
· 242 commits to master since this release

The second release in our 0.5.0 beta series. With only a few more features and some documentation we are getting close now.

How do I use it?

npm install --save-dev ember-cli-deploy@beta

and then install and configure the set of plugins appropriate to the deployment pipeline you want.

Deploy using: ember deploy [DEPLOY TARGET]

Where do I find plugins?

We'll have a website section listing 0.5.0 compatible versions soon. In the meantime, look on github at ember-cli-deploy/ember-cli-deploy-*

How do I get help or give feedback?

Open an issue on this repo, or see if we're around in the #ember-cli-deploy channel on the EmberJS Community Slack. We're happy to help out!

Community Contributions

  • #189 [DOCUMENTATION] Upgrade instructions for plugin authors (and a bit for end users) @duizendnegen/feature
  • #196 [BUGFIX] Fix bug where fingerprint options in deploy.js don't work @achambers
  • #197 Remove unused code and commands deprecated in 0.4.0. @yapplabs
  • #206 Remove modifying fingerprint options on included hook @achambers
  • #207 Add 'prepare' hooks to pipeline @achambers
  • #208 [DOCUMENTATION] Update RFC with prepare hook @achambers
  • #210 add setup and teardown hooks to all commands @ghedamat
  • #212 [DOCUMENTATION] Update description of hooks in rfc @ghedamat
  • #213 Change deprecated require 'ember-cli/lib/errors/silent' to 'silent-error' @dukex

Thank you to all who took the time to contribute!