mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-22 05:31:41 +08:00
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.
17 lines
499 B
Django/Jinja
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
|