0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 13:58:33 +00:00
Semantic Versioning Specification
Go to file
Alexandr Tovmach 8b2e8eec39
Merge pull request #566 from tomschr/feature/561-item11
Improve readability of item 11
2020-06-20 00:50:38 +03:00
.github/workflows feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
.gitignore feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
.remarkrc feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
CODE_OF_CONDUCT.md Add a missing period to CODE_OF_CONDUCT.md 2020-04-05 01:25:43 -07:00
CONTRIBUTING.md Tweak 2020-04-28 22:02:13 -07:00
package-lock.json feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
package.json feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
README.md docs: Added README 2020-06-18 18:18:56 +03:00
semver.md Merge pull request #566 from tomschr/feature/561-item11 2020-06-20 00:50:38 +03:00
semver.svg Add railroad-diagram svg 2013-07-24 15:05:22 -07:00

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.