mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
doc: add "Versioning policy" section in create-new-release
Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
This commit is contained in:
@@ -7,6 +7,18 @@ This document is a guide to draft then publish a new release of Modules. It
|
||||
provides all the information from building the distribution tarballs to
|
||||
updating external resources providing Modules.
|
||||
|
||||
Versioning policy
|
||||
-----------------
|
||||
|
||||
Modules project follows `Semantic Versioning 2.0.0`_. Version number has the
|
||||
``MAJOR.MINOR.PATCH`` form. For a new release, increment the:
|
||||
|
||||
* ``MAJOR`` when you make incompatible changes
|
||||
* ``MINOR`` when you add backward-compatible features
|
||||
* ``PATCH`` when you add backward-compatible bug fixes
|
||||
|
||||
.. _Semantic Versioning 2.0.0: https://semver.org/
|
||||
|
||||
Release commit
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user