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

chore(release): 1.4.3 [skip ci]

parent b8bd09ab
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.4.3](https://gitlab.com/to-be-continuous/mkdocs/compare/1.4.2...1.4.3) (2021-11-18)


### Bug Fixes

* **requirements:** multiple requirements in var ([e1e01c3](https://gitlab.com/to-be-continuous/mkdocs/commit/e1e01c314716de1735023558b57d6ba8aef9ab53))

## [1.4.2](https://gitlab.com/to-be-continuous/mkdocs/compare/1.4.1...1.4.2) (2021-10-07)


+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.2'
    ref: '1.4.3'
    file: '/templates/gitlab-ci-mkdocs.yml'
```

@@ -61,11 +61,11 @@ 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.2'
    ref: '1.4.3'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/mkdocs'
    ref: '1.4.2'
    ref: '1.4.3'
    file: '/templates/gitlab-ci-mkdocs-pages.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update mkdocs "1.4.2"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update mkdocs "1.4.3"; fi
  unscope_variables

  # ENDSCRIPT
@@ -218,7 +218,7 @@ mkdocs:
  image: ${MKD_IMAGE}
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "mkdocs", "1.4.2" ]
      command: ["--service", "mkdocs", "1.4.3" ]
  variables:
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  # Cache downloaded dependencies and plugins between builds.