File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212project = sns (** pyproject ['project' ])
1313
1414def update_changelog_url ():
15- ver_tag = f" { project .name } -{ project .version } "
15+ ver_tag = f' { project .name } -{ project .version } '
1616 changelog_url = f'https://github.com/adamlui/python-utils/releases/tag/{ ver_tag } '
1717 log .data (f'Generated changelog URL: { changelog_url } ' )
1818
@@ -26,6 +26,6 @@ def update_changelog_url():
2626 pyproject ['project' ] = vars (project ) # update og dict for dumping
2727 with open (pyproject_path , 'wb' ) as file : tomli_w .dump (pyproject , file )
2828
29- log .success (f" Bumped changelog URL ver tag to [{ ver_tag } ]!" )
29+ log .success (f' Bumped changelog URL ver tag to [{ ver_tag } ]!' )
3030
3131update_changelog_url ()
Original file line number Diff line number Diff line change 1212project = sns (** pyproject ['project' ])
1313
1414def update_changelog_url ():
15- ver_tag = f" { project .name } -{ project .version } "
15+ ver_tag = f' { project .name } -{ project .version } '
1616 changelog_url = f'https://github.com/adamlui/python-utils/releases/tag/{ ver_tag } '
1717 log .data (f'Generated changelog URL: { changelog_url } ' )
1818
@@ -26,6 +26,6 @@ def update_changelog_url():
2626 pyproject ['project' ] = vars (project ) # update og dict for dumping
2727 with open (pyproject_path , 'wb' ) as file : tomli_w .dump (pyproject , file )
2828
29- log .success (f" Bumped changelog URL ver tag to [{ ver_tag } ]!" )
29+ log .success (f' Bumped changelog URL ver tag to [{ ver_tag } ]!' )
3030
3131update_changelog_url ()
You can’t perform that action at this time.
0 commit comments