We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 822a4db + ab0a6be commit f4575ccCopy full SHA for f4575cc
changelog_generator/tag_manager.py
@@ -78,7 +78,7 @@ class PrefixedTagManager(BaseTagManager):
78
"""
79
80
PATTERN = re.compile(
81
- r"^(?P<prefix>\w+)/(?P<major>\d+)\.(?P<minor>\d+)\.((?P<bug>\d+)|rc(?P<rc>\d+))?$"
+ r"^(?P<prefix>[\w-]+)/(?P<major>\d+)\.(?P<minor>\d+)\.((?P<bug>\d+)|rc(?P<rc>\d+))?$"
82
)
83
84
def __init__(self, repository: Repo, prefix: str):
0 commit comments