Skip to content

Commit 9807257

Browse files
committed
Added line break
1 parent 27edbe7 commit 9807257

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
project = sns(**pyproject['project'])
1313

1414
def update_changelog_url():
15+
1516
ver_tag = f'{project.name}-{project.version}'
1617
changelog_url = f'https://github.com/adamlui/python-utils/releases/tag/{ver_tag}'
1718
log.data(f'Generated changelog URL: {changelog_url}')

translate-messages/utils/bump.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
project = sns(**pyproject['project'])
1313

1414
def update_changelog_url():
15+
1516
ver_tag = f'{project.name}-{project.version}'
1617
changelog_url = f'https://github.com/adamlui/python-utils/releases/tag/{ver_tag}'
1718
log.data(f'Generated changelog URL: {changelog_url}')

0 commit comments

Comments
 (0)