
While discussing I7539fdeada14a73ae4e18a125bb0e3947f08e8d1 Doug and Harry realized that it would be much better if some of these values could be specified in a config file, whether INI or YAML. This adds a simple function to allow options to be specified in the config file named "config.yml" in the --rel-notes-dir. Change-Id: Ie25e1eb3da66cc627d93af585b0893469d6a7b2e
11 lines
434 B
YAML
11 lines
434 B
YAML
---
|
|
prelude: >
|
|
Reno now supports having a configuration file!
|
|
features:
|
|
- |
|
|
Reno now supports having a ``config.yaml`` file in your release notes
|
|
directory. It will search for file in the directory specified by
|
|
``--rel-notes-dir`` and parse it. It will apply whatever options are
|
|
valid for that particular command. If an option is not relevant to a
|
|
particular sub-command, it will not attempt to apply them.
|