mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
@cosmetic Fixed Large changelog.
This commit is contained in:
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..."]
|
||||
|
7046
CHANGELOG.md
7046
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user