mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #19] Provide a diff at semver.org #6005
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cowboy on GitHub (Mar 9, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/19
It would make 1.0.0 -> 2.0.0 changes more easy to understand!
@theory commented on GitHub (Apr 6, 2012):
You could do it yourself by plugging in the right URL right here on GitHub—if there was a tag for v1.0.0, which alas I do not see. :-(
@dotproto commented on GitHub (May 16, 2012):
Seems reasonable to add a tag for new tag users can diff on GitHub. semver.org could then link to the diff thereby using GitHub for the heavy lifting.
I propose that the header links on semver.org change from
to
Note that the
v2.0.0-rc.1tag referenced above does not yet exist.@dmitshur commented on GitHub (Jan 30, 2013):
I'll just mention here that www.quickdiff.com can be used for something like this, in case anyone finds it useful.
@haacked commented on GitHub (Mar 13, 2013):
I really like this idea! This is the repository for the specification. The repository for the http://semver.org/ website is over here: https://github.com/mojombo/semver.org
Would you mind submitting a PR over there? I'd be happy to help and discuss a good way to do it.