Go to file
Doug Hellmann 1db83bde73 fix logic for deciding when to stop scanning a branch
When scanning a given branch, we don't want to stop at the base of the
current branch, we want to stop at the base of the *previous* branch on
master. That pulls in the full history of the current branch from where
the older branch diverged.

Given this history:

  (master)
     |
   1.0.0
     | \  (stable/a)
     |  \
     |   1.0.1
   2.0.0
     |
   2.0.1
     | \ (stable/b)
     |  \
     |   2.0.2
   2.1.0

The notes for stable/b branch should include versions 2.0.2, 2.0.1, and
2.0.0 (which is on master) but not 1.0.0 which is the previous release.

Change-Id: If1feddadc1a8e24b163667cd84f5b9e098951c69
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-02-01 13:10:30 -05:00
2016-12-28 16:10:21 +01:00
2016-06-22 13:47:59 -04:00
2015-08-26 20:04:56 +00:00
2015-08-26 20:04:56 +00:00
2015-08-26 20:04:56 +00:00
2015-08-26 20:04:56 +00:00
2015-08-26 20:04:56 +00:00
2015-08-26 20:04:56 +00:00
2015-08-26 20:04:56 +00:00
2015-08-26 20:04:56 +00:00
2017-01-20 15:10:55 +07:00
2015-08-26 20:04:56 +00:00
2017-01-10 17:10:54 -05:00

reno -- Release Notes Manager

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

image

Project Meta-data

Features

  • TODO
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 452 KiB