789ecb12d2
Add a sub-command for computing the next release version number by applying Semantic Versioning rules to the release notes added to a project since the last published release. Add configuration options to control which notes sections trigger updates to each level of the version number. Change-Id: I96be0c81a3947aaa0bf9080b500cf1bc77abe655 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
9 lines
352 B
YAML
9 lines
352 B
YAML
---
|
|
features:
|
|
- |
|
|
Add the ``semver-next`` command to calculate the next release
|
|
version based on the available release notes. Three new
|
|
configuration options (``semver_major``, ``semver_minor``, and
|
|
``semver_patch``) define the sections that should cause different
|
|
types of version increments. See :doc:`/user/usage` for details.
|