We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a085ca2 commit d5dce9bCopy full SHA for d5dce9b
{{cookiecutter.project_name}}/.cz.toml
@@ -15,5 +15,5 @@ commit_msg_file = ".git/COMMIT_EDITMSG"
15
[tool.commitizen.github]
16
release = true
17
release_asset_path = "dist/*"
18
-release_asset_descriptions = { "*.tar.gz": "Source distribution", "*.whl": "Python Wheel" }
+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('_', '-') }}"
0 commit comments