fix(CHANGELOG.unreleased): better syntax for variables

This commit is contained in:
Julien Fontanet
2020-04-16 15:09:11 +02:00
parent cd95e6c552
commit c79ebfdd0a

View File

@@ -22,15 +22,15 @@
>
> Rule of thumb: add packages on top.
>
> The format is the following: - <packageName> <version>
> The format is the following: - `$packageName` `$version`
>
> Where <version> is
> Where `$version` is
>
> - patch: if the change is a bug fix or a simple code improvement
> - minor: if the change is a new feature
> - major: if the change breaks compatibility
>
> In case of conflict, the highest (lowest in previous list) <version> wins.
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xen-api patch
- xo-server patch