How do I use ember-cli with the LTS release channel?

Hi,

I would like to update an addon to the long term support release channel using ember-cli. How do I do this?

Someone answer my question on stackoverflow ember.js - How do I use ember-cli with the LTS release channel? - Stack Overflow

tl;dr

  • Set the bower.json to “ember”: “components/ember#lts-2-4”,
  • Future ember-cli’s should not have a problem with the ember lts
  • Ember-data does not have a long term support release yet