Skip to content

Commit

Permalink
docs: fix towncrier template for PR link
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Mar 1, 2023
1 parent e76935c commit 487dfbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changelog/changelog_template.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ No significant changes.
{% endfor %}
{% endfor %}
{%- for value in all_values | unique %}
{{ value }}: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/{{ value | trim('[]#') }}
{{ value }}: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/{{ value | trim('[]#') }}
{% endfor %}
[v{{ versiondata.version }}]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v{{
versiondata.version }}
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- feat(instrumentation): scrape label added and updated [#2875]

[#2870]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2870
[#2872]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2872
[#2873]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2873
[#2882]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2882
[#2875]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pulls/2875
[#2870]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2870
[#2872]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2872
[#2873]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2873
[#2882]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2882
[#2875]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2875
[v3.2.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/releases/v3.2.0

## [v3.1.1]
Expand Down

0 comments on commit 487dfbd

Please sign in to comment.