bugfix: arreglo generacion de links en changelog entries
This commit is contained in:
@@ -575,7 +575,7 @@ def get_changelog_content_lines(branch: str, target: str):
|
||||
commit_type = message[:index]
|
||||
commit_message = message[index+1:]
|
||||
|
||||
lines.append(f"- **{commit_type}**: {commit_message} por [{username}]({email}) ({commit})")
|
||||
lines.append(f"- **{commit_type}**: {commit_message} [[{username}](mailto:{email})] ({commit})")
|
||||
|
||||
return lines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user