We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e8064 commit eb20da6Copy full SHA for eb20da6
doc/source/devel/create-new-release.rst
@@ -7,6 +7,18 @@ This document is a guide to draft then publish a new release of Modules. It
7
provides all the information from building the distribution tarballs to
8
updating external resources providing Modules.
9
10
+Versioning policy
11
+-----------------
12
+
13
+Modules project follows `Semantic Versioning 2.0.0`_. Version number has the
14
+``MAJOR.MINOR.PATCH`` form. For a new release, increment the:
15
16
+* ``MAJOR`` when you make incompatible changes
17
+* ``MINOR`` when you add backward-compatible features
18
+* ``PATCH`` when you add backward-compatible bug fixes
19
20
+.. _Semantic Versioning 2.0.0: https://semver.org/
21
22
Release commit
23
--------------
24
0 commit comments