summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2019-09-26 16:52:13 +0200
committerDaiki Ueno <dueno@src.gnome.org>2019-10-04 10:29:55 +0200
commit2651abd4e80b4c8e1cea598f237ab519e1e871f5 (patch)
treebb17012559ec727e6abc0057c0beef18fd9f0cc3
parent67680a606e241d6a27a01ddf155784fc62b76c86 (diff)
downloadlibsecret-2651abd4e80b4c8e1cea598f237ab519e1e871f5.tar.gz
README.md: Mention the new versioning scheme [ci skip]
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb44051..c255a52 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,18 @@ teams in GNOME. Translators do not commit directly to Git, but are advised to
use our separate translation infrastructure instead. More info can be found at
the [translation project wiki page].
+Releases
+-------------
+
+The release tarballs use [semantic versioning] since 0.19.0, which
+basically means:
+
+- The major version will be incremented if backward incompatible changes are added
+- The minor version will be incremented if new functionality is added in a backward compatible manner
+- The patch version will be incremented if only backward compatible bug fixes are added
+
+Note that there is no stable/unstable indication in whether the minor
+version number is even or odd.
[GObject]: https://developer.gnome.org/gobject/stable/
@@ -46,3 +58,4 @@ the [translation project wiki page].
[help pages on MR's]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html
[issue tracker]: https://gitlab.gnome.org/GNOME/libsecret/issues
[translation project wiki page]: https://wiki.gnome.org/TranslationProject/
+[semantic versioning]: https://semver.org