mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #993] Release notes? #4859
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 @hughperkins on GitHub (Dec 18, 2023).
Original GitHub issue: https://github.com/semver/semver/issues/993
I see there are multiple versions of semver, 1.0.0, 2.0.0, etc. I dont see any releases on this github repo, or release notes. Where can I find those? If they don't already exist, I feel it might be useful to create those? (and if they do, then maybe make them easier to find?)
@JohnTitor commented on GitHub (Dec 19, 2023):
Yeah, AFAIK we don't have any changelog right now (and creating them for existing tags is somewhat hard).
See https://github.com/semver/semver/issues/976 for ambiguity after v2.0.0.
For better visibility, I've created GitHub Releases for existing tags: https://github.com/semver/semver/releases
Hope these help you check related commits!
@hughperkins commented on GitHub (Dec 19, 2023):
Ok. I mean, I was hoping for more of a summary of what changed between 1.x.x and 2.0.0 for example, rather than simply a list of commits. I feel like it could be good for this repo to set a good example, considering this repo's topic is strongly related to releases :)
@hughperkins commented on GitHub (Dec 19, 2023):
Note that if you copied the tags into branches, then it would be straight forward to use the github 'Compare' to compare the two versions.
@JohnTitor commented on GitHub (Dec 19, 2023):
Note that the notes on GitHub Releases are auto-generated! I hope someone could write down some more things but I couldn't find any discussion or something else other than commits...
@jwdonahue commented on GitHub (Dec 22, 2023):
@hughperkins I just posted some history notes on the 2.0.0 spec (https://github.com/semver/semver/issues/976#issuecomment-1867994508). WIP: going back further and into more detail.
@jwdonahue commented on GitHub (Dec 22, 2023):
@hughperkins The full history, since mojombo handed everything off to haacked, can be found here: https://github.com/semver/semver/commits/master/semver.md
Changes tend to accumulated over here on semver/semver and then get dumped in batches into the official document(s) posted over on semver/semver.org.
@xxtrakyle commented on GitHub (Jun 11, 2024):
Nothing to preview