We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27edbe7 commit 9807257Copy full SHA for 9807257
2 files changed
remove-json-keys/utils/bump.py
@@ -12,6 +12,7 @@
12
project = sns(**pyproject['project'])
13
14
def update_changelog_url():
15
+
16
ver_tag = f'{project.name}-{project.version}'
17
changelog_url = f'https://github.com/adamlui/python-utils/releases/tag/{ver_tag}'
18
log.data(f'Generated changelog URL: {changelog_url}')
translate-messages/utils/bump.py
0 commit comments