@cosmetic Fixed Large changelog.

pull/2/head
Leonardo Galli 6 years ago
parent 396373068e
commit cbdfc14755

@ -159,7 +159,7 @@ subject_process = (strip |
##
## Tags that will be used for the changelog must match this regexp.
##
tag_filter_regexp = r'^v[0]+\.[2-9]+\.[0-9]+\.[0-9]+$'
tag_filter_regexp = r'^v[0]+\.[2-9]+\.[0-9]+\.[0-9]{3,4}$'
## ``unreleased_version_label`` is a string or a callable that outputs a string
@ -302,4 +302,4 @@ publish = write_to_file
# r"(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n")),
# "HEAD"
#]
revs = []
revs = ["v0.2.0.134..."]

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save