Release notes fixes (#5494)

* Move compiler information below priority information

* Show docker section by default

* Show a mention even if there are no host functions

* Fix the wording for the migrations

* Fix some wording

* Include free notes section

* Fix spacing issue

* Rename the free notes template

* Few minor changes including reworking the tag rendering
This commit is contained in:
Chevdor
2022-05-11 11:20:34 +02:00
committed by GitHub
parent 8837dc7e6f
commit 42ceb1c1b1
9 changed files with 34 additions and 19 deletions
@@ -16,10 +16,10 @@
{% endfor -%}
{%- if db_migration_count == 0 -%}
No Database migration detected in this release.
️ There is no database migration in this release.
{% else %}
There is {{ db_migration_count }} database migration(s) in this release.
⚠️ There is {{ db_migration_count }} database migration(s) in this release.
Database migrations are operations bringing your database to the latest stand.
Some migrations may break compatibility and making a backup of your database is highly recommended.