Open
Description
As versions are now somewhat disjointed it is no longer always clear which "core changelog" an appliance is refering too in the changelogs. As for example a v16.2 could be built off a v16.0 core. As such the following changelog snippet should be used
* Note: Please refer to turnkey-core's $VERSION changelog for changes common
to all appliances. Here we only describe changes specific to this appliance.
where $VERSION
is $MAJOR.$MINOR
for example:
- 16.0
- 16.1
- 17.1
etc.
E.g. for v16.1 appliances:
* Note: Please refer to turnkey-core's 16.1 changelog for changes common to
all appliances. Here we only describe changes specific to this appliance.