reno/reno
Thanh Ha 9b1c353bd0
Allow tags prefixed with v in default regex
The version scheme v1.0.0 is not an uncommon way to tag versions
and used to be part of the semver spec. This patch allows the
optional v prefix in the default version scheme.

ref: https://github.com/semver/semver/blob/master/semver.md#is-v123-a-semantic-version

Change-Id: I4a99bda8b788ee5fd2a8aca3463eb548d07f1313
Signed-off-by: Thanh Ha <zxiiro@linux.com>
2018-08-27 10:12:45 -04:00
..
_exts add an internal sphinx extension to show the configuration defaults 2017-11-21 15:46:31 -05:00
tests Allow tags prefixed with v in default regex 2018-08-27 10:12:45 -04:00
__init__.py add a null logging handler 2017-01-19 16:19:08 -05:00
cache.py loader: Extract cache filename from config object 2017-06-29 11:19:01 +01:00
config.py Allow tags prefixed with v in default regex 2018-08-27 10:12:45 -04:00
create.py Add option to create release note from user-provided template 2017-10-24 09:12:21 +03:00
defaults.py Integrate a setuptools command 2018-04-11 09:26:36 +01:00
formatter.py include the branch name in anchors to make them more unique 2018-04-27 09:48:17 -04:00
linter.py Allow users to change prelude section name 2017-06-30 17:31:23 -07:00
lister.py use Config instead of individual args with parameters 2016-07-22 18:45:05 -04:00
loader.py Merge "report when loading data from the cache file" 2018-05-02 11:55:39 +00:00
main.py Fix traceback when no args are passed to reno 2018-06-27 08:18:20 -04:00
report.py include the branch name in anchors to make them more unique 2018-04-27 09:48:17 -04:00
scanner.py support scanning closed stable branches 2018-01-29 14:53:28 -05:00
setup_command.py Integrate a setuptools command 2018-04-11 09:26:36 +01:00
sphinxext.py sphinxext: Use 'sphinx.util.logging' 2018-06-21 15:29:41 +01:00
utils.py let the Config object give us the path to the notes 2016-07-22 18:30:37 -04:00