Skip to content

Commit d5dce9b

Browse files
committed
fix: adjust syntax in .cz.toml
1 parent a085ca2 commit d5dce9b

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
@@ -15,5 +15,5 @@ commit_msg_file = ".git/COMMIT_EDITMSG"
1515
[tool.commitizen.github]
1616
release = true
1717
release_asset_path = "dist/*"
18-
release_asset_descriptions = { "*.tar.gz": "Source distribution", "*.whl": "Python Wheel" }
18+
release_asset_descriptions = { "*.tar.gz" = "Source distribution", "*.whl" = "Python Wheel" }
1919
base_url = "https://github.com/{{ cookiecutter.github_user | lower | replace(' ', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}"

0 commit comments

Comments
 (0)