Skip to content

Commit c28c1eb

Browse files
authored
fix: change repository URL in cliff.toml
1 parent 357b3e3 commit c28c1eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body = """
4646
{% endfor -%}
4747
{%- if github -%}
4848
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
49-
## New Contributors ❤️
49+
## New Contributors
5050
{% endif %}\
5151
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
5252
* @{{ contributor.username }} made their first contribution
@@ -68,7 +68,7 @@ trim = true
6868
# An array of regex based postprocessors to modify the changelog.
6969
postprocessors = [
7070
# Replace the placeholder `<REPO>` with a URL.
71-
{ pattern = '<REPO>', replace = "https://github.com/0x676e67/wreq" }, # replace repository URL
71+
{ pattern = '<REPO>', replace = "https://github.com/0x676e67/wreq-python" }, # replace repository URL
7272
]
7373

7474
[git]

0 commit comments

Comments
 (0)