Skip to content

Commit

Permalink
Merge pull request #132 from embermap/add-latest-tag-as-release
Browse files Browse the repository at this point in the history
Use the latest tag in the release scenario
  • Loading branch information
ryanto authored Jul 17, 2019
2 parents 129ec16 + e9a0fa1 commit 63826d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-source': urls[0],
'ember-data': 'emberjs/data#release'
'ember-data': 'latest'
}
}
},
Expand Down

0 comments on commit 63826d9

Please sign in to comment.