File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
6969postprocessors = [
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 ]
You can’t perform that action at this time.
0 commit comments