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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/mkdocs/compare/1.5.0...2.0.0) (2022-08-05)

### Features

* make MR pipeline the default workflow ([f7e568cd](https://gitlab.com/to-be-continuous/mkdocs/commit/f7e568cdc35c8a2043aaed4efd0240d8d57e41c7))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 3d9470cd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/mkdocs/compare/1.5.0...2.0.0) (2022-08-05)


### Features

* make MR pipeline the default workflow ([f7e568c](https://gitlab.com/to-be-continuous/mkdocs/commit/f7e568cdc35c8a2043aaed4efd0240d8d57e41c7))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

# [1.5.0](https://gitlab.com/to-be-continuous/mkdocs/compare/1.4.3...1.5.0) (2022-05-01)


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

@@ -61,10 +61,10 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:
include:
  # main template
  - project: 'to-be-continuous/mkdocs'
    ref: '1.5.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # GitLab pages variant
  - project: 'to-be-continuous/mkdocs'
    ref: '1.5.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-mkdocs-pages.yml'
```
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ mkdocs:
  image: ${MKD_IMAGE}
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mkdocs", "1.5.0" ]
      command: ["--service", "mkdocs", "2.0.0" ]
  variables:
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  # Cache downloaded dependencies and plugins between builds.