Release notes management tool
Go to file
Doug Hellmann 4b45743e49 fix notes appearing in releases older than they should
Use topological sort instead of date sort so that release notes appear
in the release where they are merged, rather than the one closest to the
same commit time, which might be much older.

In order to support listing tags on versions of git with different
output formats, we also limit the tags we care about to things that look
like version numbers (some sequence of digits, dots, and maybe "a" or
"b" for alpha & beta).

Change-Id: I95278eab25f331262a4c9eeac2260ca7290b5421
Closes-Bug: #1522153
2015-12-09 15:41:09 +00:00
doc/source add complex formatting example 2015-11-23 19:17:02 +00:00
examples/notes add complex formatting example 2015-11-23 19:17:02 +00:00
releasenotes/notes fix notes appearing in releases older than they should 2015-12-09 15:41:09 +00:00
reno fix notes appearing in releases older than they should 2015-12-09 15:41:09 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:55:10 +00:00
.gitignore Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
.gitreview Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
.mailmap Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
.testr.conf Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
HACKING.rst Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
LICENSE Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
MANIFEST.in Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
README.rst move design docs out of readme 2015-09-22 21:37:38 +00:00
babel.cfg Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
openstack-common.conf Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
requirements.txt add report command 2015-08-27 18:06:32 +00:00
setup.cfg add sphinx extension 2015-09-21 13:54:24 +00:00
setup.py Initial Cookiecutter Commit. 2015-08-26 20:04:56 +00:00
test-requirements.txt fix notes appearing in releases older than they should 2015-12-09 15:41:09 +00:00
tox.ini add sphinx extension 2015-09-21 13:54:24 +00:00

README.rst

reno -- Release Notes Manager

Reno is a release notes manager for storing release notes in a git repository and then building documentation from them.

Project Meta-data

Features

  • TODO