mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
📣 Start managing the changelog with towncrier
This PR includes a workflow that validates that future PRs include a changelog entry (unless the `skip-changelog` label is present on the PR, or the PR is a dependabot PR). Use 'poetry run towncrier create` to create entries for the changelog.
This commit is contained in:
15
changelog.d/changelog_template.jinja
Normal file
15
changelog.d/changelog_template.jinja
Normal file
@@ -0,0 +1,15 @@
|
||||
{% if sections[""] -%}
|
||||
{% for category, val in definitions.items() if category in sections[""] -%}
|
||||
|
||||
### {{ definitions[category]['name'] }}
|
||||
|
||||
{% for text, values in sections[""][category].items() %}
|
||||
- {{ text }} {{ values|join(', ') }}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor -%}
|
||||
{% else -%}
|
||||
No significant changes.
|
||||
|
||||
|
||||
{% endif -%}
|
||||
Reference in New Issue
Block a user