0
0
mirror of https://github.com/semver/semver.git synced 2025-08-30 09:45:32 +00:00

docs: Added README

This commit is contained in:
alexandrtovmach 2020-06-18 18:18:56 +03:00
parent 0af542fb42
commit fe37085e1d

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.