6ea15a7f9d
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 and published to tarballs.o.o. Change-Id: Iff8681c697957e4711754fc20b07fa6b728eb584
9 lines
334 B
Plaintext
9 lines
334 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
|