Skip to content

Commit 612b7a3

Browse files
committed
feat: adjust base_url in .cz.toml of the generated project to account for cookiecutter value changes
1 parent 7fc7806 commit 612b7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ update_changelog_on_bump = true
1616
release = true
1717
release_asset_path = "dist/*"
1818
release_asset_descriptions = { "*.tar.gz" = "Source distribution", "*.whl" = "Python Wheel" }
19-
base_url = "https://github.com/{{ cookiecutter.github_user | lower | replace(' ', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}"
19+
base_url = "https://{{ cookiecutter.repository_host }}/{{ cookiecutter.repository_path }}"

0 commit comments

Comments
 (0)