dojo / grunt-dojo2-extras

Grunt tasks and code supporting continuous delivery across projects. Deploys to gh-pages and latest branch.
https://dojo.github.io/grunt-dojo2-extras/
Other
0 stars 6 forks source link

getReleases now actually retrieves releases, which breaks the dojo.io build #50

Closed maier49 closed 7 years ago

maier49 commented 7 years ago

Previously the getReleases command queried https://api.github.com/repos/dojo/[repository]/tags, which returned the tags for the repo. Now it is using the github API to query releases, which has a different data structure and returns different values. For @dojo/cli, and many of the other Dojo 2 repos, the releases API returns no values.

This should probably be changed back to querying for tags and have the name updated to match.