0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 22:08:33 +00:00

Merge pull request #579 from alexandrtovmach/patch/README

docs: Added README
This commit is contained in:
Alexandr Tovmach 2020-06-18 18:21:08 +03:00 committed by GitHub
commit 5a662615a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# 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](./semver.md) or visit our official website [semver.org](https://semver.org) to find previous versions and localized specifications.