Skip to content

Commit

Permalink
No bullet points for commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed May 16, 2024
1 parent 3d58427 commit 64f2adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_dev_version(self) -> Version:
.replace("_", "\_")
)
msg = msg[:50] + ("..." if len(msg) > 50 else "")
changelog += f"- [`{commit.sha[:8]}`]({commit.html_url}): {msg} - [__{commit.author.login}__](https://github.com/{commit.author.login})\n"
changelog += f"[`{commit.sha[:8]}`]({commit.html_url}): {msg} - [__{commit.author.login}__](https://github.com/{commit.author.login})\n"
return Version(
version=last_commit.sha[:8],
changelog=changelog,
Expand Down

0 comments on commit 64f2adf

Please sign in to comment.