Skip to content

Commit

Permalink
Move one changelog assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 8, 2019
1 parent ea095fd commit 5e6a964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporeleaser/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def release_description(self, last_release, version):
changelog = CHANGELOG.format(self.repo,
last_release['tag_name'],
version)
description += changelog
description += changelog
return description

def publish(self, new_version, description, last_commit):
Expand Down

0 comments on commit 5e6a964

Please sign in to comment.