mirror of
https://github.com/semver/semver.git
synced 2026-03-24 03:51:58 -05:00
Add Changelog #427
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 @XAMPPRocky on GitHub (Aug 10, 2020).
Hello, I saw there was some activity on the repo and saw that there is a 2.0.0 version of the semver spec. However I can't seem to find anything in the repo that actually explains the changes between versions for someone who is familiar with 1.0.0 and just wants to know what's new. It would be nice if there was a changelog that highlighted the differences.
@DeeDeeG commented on GitHub (Aug 11, 2020):
+1 for adding a changelog.
I can say
semver.mdis the only file that changed between v1 and v2. It's various tweaks and updates to the text of the spec, but the diff is small enough to read and digest in, say 15 minutes or so.https://github.com/semver/semver/compare/v1.0.0...v2.0.0
@ttencate commented on GitHub (Nov 18, 2022):
https://keepachangelog.com/ is trying to standardize changelogs, not unlike what semver did for version numbers. (And the spec adheres to semver!) I find it's a good format, both for developers and for users. I was surprised that there doesn't seem to be a semver changelog yet.