mirror of
https://github.com/semver/semver.git
synced 2025-08-22 22:08:33 +00:00
Semantic Versioning Specification
## Description The text `Anything MAY change at any time` can lead the idea that no rules are required and that PATCH releases can also introduces breaking changes or new functionalities when I understand that the whole idea here is clarifies that no compatible changes will be addressed in MINOR releases since the project has no MAJOR bumps at all. So, could we please try to clarifies this one? |
||
---|---|---|
.github/workflows | ||
.gitignore | ||
.remarkrc | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
semver.md | ||
semver.svg |
Semantic Versioning Specification
"Semantic Versioning" or "SemVer" contain a set of rules and requirements that dictate how version numbers are assigned and incremented. You can find full document in semver.md or visit our official website semver.org to find previous versions and localized specifications.
Changes to the document are published to the website by a GitHub Actions workflow which runs once each day.