Skip to content

Commit e52d427

Browse files
committed
Corrected changelog_url init ↞ [auto-sync from https://github.com/KudoAI/ai-personas/tree/main/python]
1 parent a3cf4b6 commit e52d427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai-personas/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def bump_pyproject_vers(pyproject, project, new_ver):
4141

4242
# Bump project.urls['Releases']
4343
new_ver_tag = f'python-v{new_ver}'
44-
changelog_url = f"{project.urls['Releases']}/tag/python-v{new_ver_tag}"
44+
changelog_url = f"{project.urls['Releases']}/tag/{new_ver_tag}"
4545
log.info(f'{msgs.log_UPDATING_CLOG_URL_IN} pyproject.toml...')
4646
pyproject['project']['urls']['Changelog'] = changelog_url
4747
toml.write(paths.pyproject, pyproject)

0 commit comments

Comments
 (0)