timescaledb/scripts/changelog/template.release_notes_header.j2
Alexander Kuzmenkov e458ff48c0
Move the changelog templates out of .unreleased (#7427)
This way it's easier to delete the entire .unreleased folder after the
changelog is generated, instead of enumerating every single changelog
file but skipping the templates.
2024-11-07 14:47:28 +00:00

17 lines
499 B
Django/Jinja

{#
# Variables:
# release_current = the release version that has being builded
# release_previous = previous release version
# release_date = date of the release in format YYYY-MM-DD
#}
## {{ release_current }} ({{ release_date }})
This release contains performance improvements and bug fixes since
the {{ release_previous }} release. Best practice is to upgrade at the next
available opportunity.
In addition, it includes these noteworthy features:
* feature 1
* feature 2
* feature N