Skip to content

Commit

Permalink
fix(config): drop extra '(' in first commit URL in github-keepachangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dupuy authored Mar 5, 2024
1 parent 9722784 commit 4ecbf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/github-keepachangelog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body = """
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
* @{{ contributor.username }} made their first contribution
{%- if contributor.pr_number %} in \
[#{{ contributor.pr_number }}](({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
{%- endif %}
{%- endfor %}\n
"""
Expand Down

0 comments on commit 4ecbf97

Please sign in to comment.