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

Move to getTags API #52

Closed maier49 closed 7 years ago

maier49 commented 7 years ago

Before we started using the github node API, we were querying for the tags endpoint, but the method was called getReleases. When we moved to the API we switched to using the actual releases endpoing.This caused issues for two reasons:

  1. As of now don't think we actually want releases because many of the Dojo repos return an empty array whereas there are many tagged versions.
  2. The data is formatted differently between the two endpoints.

So this goes back to using the tags endpoint and names everything more appropriately. Resolves #50