Skip to content

Commit

Permalink
Fix issue_url again
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Dec 9, 2024
1 parent d4cc8d5 commit 5446d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ write_to = "{{ cookiecutter.module_name }}/version.py"
package = "{{ cookiecutter.package_name }}"
filename = "CHANGELOG.rst"
directory = "changelog/"
issue_format = "`#{issue} https:github.com/{{ cookiecutter.github_repo | default('sunpy/sunpy') }}/pull/{issue}>`__"
issue_format = "`#{issue} <https://github.com/{{ cookiecutter.github_repo | default('sunpy/sunpy') }}/pull/{issue}>`__"
title_format = "{version} ({project_date})"

[[tool.towncrier.type]]
Expand Down

0 comments on commit 5446d70

Please sign in to comment.