2a1677a36a
With OSH now publishing charts regularly with each change, there needs to be a way to track these changes in order to track the changes between chart versions. This proposed change adds in a reno check job to publish notes based from the changes to each chart by version as a way to track and document all the changes that get made to OSH-infra and published to tarballs.o.o. Change-Id: I5e6eccc4b34a891078ba816249795b2bf1921a62
8 lines
333 B
Plaintext
8 lines
333 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.
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
sphinxcontrib-blockdiag>=1.1.0
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|