mirror of
https://github.com/semver/semver.git
synced 2025-08-22 22:08:33 +00:00
Semantic Versioning Specification
From: "Dependency hell is where you are when version lock and/or version promiscuity prevent you from..." To: "Dependency hell is when version lock and/or version promiscuity prevent you from..." |
||
---|---|---|
.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" contains a set of rules and requirements that dictate how version numbers are assigned and incremented. You can find the 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.
Contributing
See the contribution guide.