Commit d6347744 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent c2221a3e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.5.0](https://gitlab.com/to-be-continuous/mkdocs/compare/1.4.3...1.5.0) (2022-05-01)


### Features

* configurable tracking image ([3409cb7](https://gitlab.com/to-be-continuous/mkdocs/commit/3409cb796725f988dc7f4507d8f4d051372e3e76))

## [1.4.3](https://gitlab.com/to-be-continuous/mkdocs/compare/1.4.2...1.4.3) (2021-11-18)


+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/mkdocs'
    ref: '1.4.3'
    ref: '1.5.0'
    file: '/templates/gitlab-ci-mkdocs.yml'
```

@@ -61,10 +61,10 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:
include:
  # main template
  - project: 'to-be-continuous/mkdocs'
    ref: '1.4.3'
    ref: '1.5.0'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/mkdocs'
    ref: '1.4.3'
    ref: '1.5.0'
    file: '/templates/gitlab-ci-mkdocs-pages.yml'
```
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ mkdocs:
  image: ${MKD_IMAGE}
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mkdocs", "1.4.3" ]
      command: ["--service", "mkdocs", "1.5.0" ]
  variables:
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  # Cache downloaded dependencies and plugins between builds.