Skip to content

Commit eb20da6

Browse files
committed
doc: add "Versioning policy" section in create-new-release
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 79e8064 commit eb20da6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/source/devel/create-new-release.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ This document is a guide to draft then publish a new release of Modules. It
77
provides all the information from building the distribution tarballs to
88
updating external resources providing Modules.
99

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+
1022
Release commit
1123
--------------
1224

0 commit comments

Comments
 (0)