Commit 1a614165 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.3.1 [skip ci]

parent 4697d63f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.3.1](https://gitlab.com/to-be-continuous/mkdocs/compare/2.3.0...2.3.1) (2023-12-14)


### Bug Fixes

* fix duplicate reference conflict in script ([e27ae77](https://gitlab.com/to-be-continuous/mkdocs/commit/e27ae77b14dd2839707dc6bd74338143781a6fb3))

# [2.3.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.2.1...2.3.0) (2023-12-8)


+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.3.0'
    ref: '2.3.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.3.0'
    ref: '2.3.1'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/mkdocs'
    ref: '2.3.0'
    ref: '2.3.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.3.0" ]
      command: ["--service", "mkdocs", "2.3.1" ]
  variables:
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  # Cache downloaded dependencies and plugins between builds.