diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3abe378..9ec2d2dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,8 @@ [#579](https://github.com/nextcloud/cookbook/pull/579) @christianlupus - Added label to Dockerfile to be consistent with docker guidelines [#582](https://github.com/nextcloud/cookbook/pull/582) @christianlupus +- Corrected jekyll documentation + [#584](https://github.com/nextcloud/cookbook/pull/584) @christianlupus ### Removed - Removal of old contoller no longer in use diff --git a/docs/dev/deployment.md b/docs/dev/deployment.md index 4b69f9866..af88d7ecb 100644 --- a/docs/dev/deployment.md +++ b/docs/dev/deployment.md @@ -58,8 +58,8 @@ You have to put a keyword on a line in the commit message to select a version ty | Keyword | Version type | Generated version | |---|---|---| | no keyword | patch version | 1.2.4 | -| `%MINOR_VERSION%` | minor version | 1.3.0 | -| `%MAJOR_VERSION%` | major version | 2.0.0 | +| `%MINOR%` | minor version | 1.3.0 | +| `%MAJOR%` | major version | 2.0.0 | The automatic deployment action will take over once you push to the `stable` branch. The following actions will take place after the merge: