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

chore(release): 1.4.2 [skip ci]

parent 1873e73d
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
## [1.4.2](https://gitlab.com/to-be-continuous/mkdocs/compare/1.4.1...1.4.2) (2021-10-07)


### Bug Fixes

* use master or main for production env ([eb8f82d](https://gitlab.com/to-be-continuous/mkdocs/commit/eb8f82dc374b4deee1941e01f5d51be1f7e0b478))

## [1.4.1](https://gitlab.com/to-be-continuous/mkdocs/compare/1.4.0...1.4.1) (2021-09-08)

### Bug Fixes
@@ -43,4 +50,3 @@
### Features

* initial release ([1827646](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/commit/18276469c82a8764d5f0b89251eaa4b2f8e976d5))
+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.1'
    ref: '1.4.2'
    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.1'
    ref: '1.4.2'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/mkdocs'
    ref: '1.4.1'
    ref: '1.4.2'
    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.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update mkdocs "1.4.2"; 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.1" ]
      command: ["--service", "mkdocs", "1.4.2" ]
  variables:
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  # Cache downloaded dependencies and plugins between builds.