mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
parent
6d09a79369
commit
e8de2e8e95
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class VersionTagger(ConfigObject):
|
|||
git_email = self.git_email
|
||||
if git_email is None:
|
||||
git_email = ''
|
||||
self.changelog_regex = re.compile(r'\\*\s{0}\s{1}(\s<{2}>)?'.format(self.today,
|
||||
self.changelog_regex = re.compile(r'\*\s{0}\s{1}(\s<{2}>)?'.format(self.today,
|
||||
self.git_user, git_email))
|
||||
|
||||
self._no_auto_changelog = False
|
||||
|
|
Loading…
Add table
Reference in a new issue