Document how reno handles eol branches in config

This comes up from time to time so we should probably
document it.

Change-Id: I58fef297612328ee1db61377c29e1cfe0ec6f5ab
This commit is contained in:
Matt Riedemann 2017-06-01 14:30:43 -04:00
parent 5cefb37405
commit a26e9820dd
1 changed files with 3 additions and 1 deletions

View File

@ -234,7 +234,9 @@ The following options are configurable:
`branch`
The git branch to scan.
The git branch to scan. If a stable branch is specified but does not exist,
reno attempts to automatically convert that to an "end-of-life" tag. For
example, ``origin/stable/liberty`` would be converted to ``liberty-eol``.
Defaults to the "current" branch checked out.