Skip to content

Commit

Permalink
update with +=
Browse files Browse the repository at this point in the history
  • Loading branch information
eibex authored Feb 26, 2021
1 parent d3ee18c commit e5203cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ async def latest_changelog():

changelog = changelog.split("###")[1].rstrip("\n") # Only get the latest version changes
changelog = changelog[changelog.index("-"):] # Remove every character up to the first bullet point
changelog = changelog + "\n\n[View more](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)"
changelog += "\n\n[View more](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)"

return changelog

0 comments on commit e5203cb

Please sign in to comment.