0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 22:08:33 +00:00
Semantic Versioning Specification
Go to file
2025-04-22 03:17:47 -04:00
.github/workflows Add test script to package.json 2025-04-22 03:17:47 -04: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 Create CODE_OF_CONDUCT.md file. 2017-12-15 16:33:12 -08:00
CONTRIBUTING.md linkify maintainer list (#500) 2020-01-22 15:38:48 -08:00
package-lock.json feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
package.json Add test script to package.json 2025-04-22 03:17:47 -04:00
README.md Update README.md 2020-06-18 23:43:30 +03:00
semver.md feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +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.

More info here...