Skip to content

Commit

Permalink
Merge pull request #89 from sot/changes-fix
Browse files Browse the repository at this point in the history
fix template in skare3-changes-summary
  • Loading branch information
javierggt authored Oct 4, 2022
2 parents 48e066c + 9761d44 commit adf40e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skare3_tools/scripts/skare3_update_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def write_conda_pkg_change_summary(change_summary):
{%- if 'versions' in package %} ({% for v in package.versions -%}
{{ v }}{{ " -> " if not loop.last }}
{%- endfor %}){% endif %}
{%- for mrg in package.mrgs %}
{%- for mrg in package.merges %}
- [PR {{ mrg.PR }}](https://github.com/{{ mrg.url }}) ({{ mrg.author }}): {{ mrg.description }}
{%- endfor %}
{% endfor %}
Expand Down

0 comments on commit adf40e0

Please sign in to comment.