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
274 B
Plaintext
9 lines
274 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr
|
|
PyYAML>=3.10
|
|
dulwich>=0.15.0 # Apache-2.0
|
|
packaging>=20.4
|