summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2014-04-01 18:08:46 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2014-04-01 18:08:46 +0300
commite4efe65d36f223a0b08e30b1e76729eafad4a4eb (patch)
tree6974c6c0523081d1dbd41e165a46bb2b0829af13 /README.md
parentaa5967e0245c387910b7241a66963c50ae2bd0b4 (diff)
downloadpf4j-e4efe65d36f223a0b08e30b1e76729eafad4a4eb.tar.gz
pf4j-e4efe65d36f223a0b08e30b1e76729eafad4a4eb.zip
adopt semantic versioning
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec87e2b..485a393 100644
--- a/README.md
+++ b/README.md
@@ -227,6 +227,22 @@ Mailing list
Much of the conversation between developers and users is managed through [mailing list] (http://groups.google.com/group/pf4j).
+Versioning
+------------
+PF4J will be maintained under the Semantic Versioning guidelines as much as possible.
+
+Releases will be numbered with the follow format:
+
+`<major>.<minor>.<patch>`
+
+And constructed with the following guidelines:
+
+* Breaking backward compatibility bumps the major
+* New additions without breaking backward compatibility bumps the minor
+* Bug fixes and misc changes bump the patch
+
+For more information on SemVer, please visit http://semver.org/.
+
License
--------------
Copyright 2012 Decebal Suiu