Skip to content

Commit

Permalink
[Ember] Switch to NPM automation (#2071)
Browse files Browse the repository at this point in the history
- NPM dates are more accurate (usually by a day)
- NPM does not contain version 1.0.0 to 2.11.0 (see https://www.npmjs.com/package/ember-source)
  • Loading branch information
marcwrobel committed Dec 28, 2022
1 parent 314eae9 commit 39dc249
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion products/emberjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ releasePolicyLink: https://emberjs.com/releases/
changelogTemplate: https://github.com/emberjs/ember.js/releases/tag/v__LATEST__
activeSupportColumn: true
releaseDateColumn: true

# NPM is more accurate than git. Version 1.0.0 to 2.11.0 are not on NPM, but 1.x and 2.x cycles are
# not displayed on this page so it's not a big deal.
auto:
- git: https://github.com/emberjs/ember.js.git
- npm: ember-source

releases:
- releaseCycle: "4"
support: true
Expand Down

0 comments on commit 39dc249

Please sign in to comment.