aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/source/conf.py
AgeCommit message (Collapse)AuthorFilesLines
2017-08-31Use Python to compute release notes versionEmilien Macchi1-2/+2
Leave the version fields blank, since the release notes document applies to all versions. That will avoid manual changes in the future like we did until now. Change-Id: I9c64787b278b53a0f4125275678ded3f46d05be2 (cherry picked from commit aefd5f7afd238b50eff71fe6f583ef7cadb54d12)
2017-08-16Release Pike rc1 - 7.3.0Emilien Macchi1-2/+2
Change-Id: Id3277c97052e1dd88e6d2de6c5f92b32b95fa210
2017-07-24Release pike-3Emilien Macchi1-2/+2
Change-Id: I317efb369dc0a6cd4ec9eefb6678d14caba784f9
2017-07-02Fix openstackdocsthemeZhongShengping1-3/+8
See the docs[0] how to use it. Also add the variables for the bug log feature. [0]https://docs.openstack.org/openstackdocstheme/latest/ Change-Id: I11b183986a389291d9ab02cb1d0be36c3d73bdb0
2017-06-26Switch from oslosphinx to openstackdocsthemeZhongShengping1-3/+4
As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: Ic82c4a2ec9fe26c8621ab2c7c9598b1582f73156
2017-06-05Prepare for release 7.1.0Emilien Macchi1-2/+2
Change-Id: I6306429e37a50fb30ec5704d8192a29e6da586ec
2017-03-07Update version for PikeAlex Schultz1-6/+6
The current version information is behind that of stable/ocata. In order to address some version generation issues in packaging, we need to bump the version numbers for in preparation for the next version. Change-Id: I586811d9623c4bb03b1b234eaed2b3b365ba6e3e Releated-Bug: #1669462
2017-02-02Prepare 6.2.0 releaseEmilien Macchi1-2/+2
6.2.0 will be Ocata RC1. Change-Id: Ie26ab89ea9c90f6c5d01697459855fd8c32b075f
2016-12-03Add basic structure for ReNoLuke Hinds1-0/+262
ReNo [1] is the release management tool in OpenStack. This patch adds the basic structure to start using it for doc builds in puppet-tripleo. * Update .gitignore * Add a basic note "use-reno" * Add releasenotes/ dir and basic files * Add python files: setup.cfg, setup.py, test-requirements.txt and tox.ini. [1] http://docs.openstack.org/developer/reno Change-Id: Idc9a30ab632c8e2ca794fb10431cdefd5d861d14