Commit Graph

2 Commits

Author SHA1 Message Date
Colleen Murphy bcdec1acfa Don't rely on pbr ChangeLog for docs
The ChangeLog file is generated when we run `python setup.py sdist`,
which doesn't naturally happen when we run `tox -edocs`, so on a fresh
clone the docs build will fail because it references the ChangeLog file
which isn't there. Since we don't rely on pbr any more for release notes
and we have a sophisticated release note management tool, point the docs
at the published release notes instead of the pbr ChangeLog.

Change-Id: I614091eae739154337795a8f120b68686ad0ed0a
2018-05-24 13:38:52 -07:00
Steve Martinelli 88547b5151 auto-generate release history
currently there is no release history for keystoneclient, though
sometimes the commits are lacking context, this automated approach
is far better than nothing.

Change-Id: I5a10c32ec21b52ee905cbb1f5c52db807a7b2c5b
2015-09-25 00:23:10 -04:00