Skip to content

Commit

Permalink
More on fixing rendering logic
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 22, 2019
1 parent b9be5d5 commit 67dfc7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/matyan/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,9 +816,6 @@ def generate_changelog(between: str = None,
if not tickets:
continue

if branch_type != BRANCH_TYPE_OTHER:
counter = 0

if BRANCH_TYPES.get(branch_type):
changelog.append(
"\n**{}**{}".format(
Expand Down

0 comments on commit 67dfc7c

Please sign in to comment.