From fe37085e1d11115399f411e1fbb539a05dabde01 Mon Sep 17 00:00:00 2001 From: alexandrtovmach Date: Thu, 18 Jun 2020 18:18:56 +0300 Subject: [PATCH] docs: Added README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa7b368 --- /dev/null +++ b/README.md @@ -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. +