PeridexisErrant / starter-pack

Automatically build a Starter Pack release from nothing
Other
123 stars 17 forks source link

Github API endpoint for tags sorts by name, not date #14

Closed PeridexisErrant closed 8 years ago

PeridexisErrant commented 8 years ago

This leads to fairly subtle breakages, as a lexical sort of tag names usually matches the date, but not always (eg changing a leading v, moving a decimal, etc).

I need to rework the metadata protocol for GitHub-based components to use either assets or source zipballs from the latest release, instead of splitting this by release or tag. (chose the wrong abstraction, I think)