Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Follow Semver rules when sorting tags #33

Closed
dylang opened this issue Jun 11, 2013 · 2 comments
Closed

Follow Semver rules when sorting tags #33

dylang opened this issue Jun 11, 2013 · 2 comments

Comments

@dylang
Copy link

dylang commented Jun 11, 2013

When you go to the Tags page for any repo using semver:

Today:

  • 1.0.0-1
  • 1.0.0

It should be:

  • 1.0.0
  • 1.0.0-1 The - means pre-release or release candidate, it is older than 1.0.0.
@isaacs
Copy link
Owner

isaacs commented Jun 20, 2013

Personally, I'd prefer chronological ordering (which will end up being semver-sorted most of the time anyway.)

@dylang
Copy link
Author

dylang commented Jun 20, 2013

Oh yeah, way better idea. Closing this and opened #44 instead.

@dylang dylang closed this as completed Jun 20, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants