Commit 09ce0cca authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.1.0 [skip ci]

parent ea463df4
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.0.1...2.1.0) (2023-03-21)


### Features

* **link-checker:** add links checker with lychee ([35fba5d](https://gitlab.com/to-be-continuous/mkdocs/commit/35fba5d23168dee215762e09536ea1453b85c27c))

## [2.0.1](https://gitlab.com/to-be-continuous/mkdocs/compare/2.0.0...2.0.1) (2023-01-27)


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

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