Commit ff373740 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 66cd31fc
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.1](https://gitlab.com/to-be-continuous/mkdocs/compare/2.2.0...2.2.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([66cd31f](https://gitlab.com/to-be-continuous/mkdocs/commit/66cd31fc8880ac0e3d9f08e92ce9675f83957053))

# [2.2.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.1.0...2.2.0) (2023-05-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.2.0'
    ref: '2.2.1'
    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.2.0'
    ref: '2.2.1'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/mkdocs'
    ref: '2.2.0'
    ref: '2.2.1'
    file: '/templates/gitlab-ci-mkdocs-pages.yml'
```
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ mkdocs:
  image: ${MKD_IMAGE}
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mkdocs", "2.2.0" ]
      command: ["--service", "mkdocs", "2.2.1" ]
  variables:
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  # Cache downloaded dependencies and plugins between builds.