diff options
| author | OpenStack Release Bot <infra-root@openstack.org> | 2019-09-12 09:27:31 +0000 |
|---|---|---|
| committer | OpenStack Release Bot <infra-root@openstack.org> | 2019-09-12 09:27:31 +0000 |
| commit | 9fbae498aa71c7fd796b45bcc9c6480bdb50496c (patch) | |
| tree | 2dbf227775b84313f8cbed57d1c8a07285c84cc5 | |
| parent | 79f150f962a2300f4644ba735b4f28e337035251 (diff) | |
| download | python-keystoneclient-9fbae498aa71c7fd796b45bcc9c6480bdb50496c.tar.gz | |
Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.
Change-Id: I4809a26e1eab621087a4b00488074f7f706df7ce
Sem-Ver: feature
| -rw-r--r-- | releasenotes/source/index.rst | 1 | ||||
| -rw-r--r-- | releasenotes/source/train.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index c83f71d..5fcb304 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + train stein rocky queens diff --git a/releasenotes/source/train.rst b/releasenotes/source/train.rst new file mode 100644 index 0000000..7fa1088 --- /dev/null +++ b/releasenotes/source/train.rst @@ -0,0 +1,6 @@ +=================================== + Train Series Release Notes +=================================== + +.. release-notes:: + :branch: stable/train |
