Commit 5fcd310f authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent a9580df3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.4.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.3.1...2.4.0) (2024-1-27)


### Features

* migrate to CI/CD component ([c69b1e8](https://gitlab.com/to-be-continuous/mkdocs/commit/c69b1e8bb62fb6339b12cfae09f135104f4aec95))

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


+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.3.1
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.4.0
    # 2: set/override component inputs
    inputs:
      site-dir: "build" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/mkdocs'
    ref: '2.3.1'
    ref: '2.4.0'
    file: '/templates/gitlab-ci-mkdocs.yml'

variables:
@@ -91,7 +91,7 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.3.1
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.4.0
  # GitLab pages variant
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.3.1
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.4.0
```