Commit 57a3f984 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '4-add_changelog' into 'master'

docs: add changelog

Closes #4

See merge request to-be-continuous/mkdocs!4
parents 46bc8dff 27f83b44
Loading
Loading
Loading
Loading
+8 −13
Original line number Diff line number Diff line
@@ -6,8 +6,11 @@ include:
    ref: 'master'
    file: '/templates/validation.yml'
  - project: 'to-be-continuous/bash'
    ref: '1.0.0'
    ref: '2.0.0'
    file: 'templates/gitlab-ci-bash.yml'
  - project: 'to-be-continuous/semantic-release'
    ref: '2.0.2'
    file: '/templates/gitlab-ci-semrel.yml'

stages:
  - build
@@ -31,15 +34,7 @@ extract-script:
    paths:
      - script.sh

release:
  image: node:12
  stage: publish
  before_script:
    - npm install -g semantic-release @semantic-release/gitlab @semantic-release/exec @semantic-release/git
  script:
    - semantic-release
  only:
    refs:
      - master
    variables:
      - $TMPL_RELEASE_ENABLED
semantic-release:
  rules:
    # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
    - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ plugins: [
  "@semantic-release/commit-analyzer",
  "@semantic-release/release-notes-generator",
  "@semantic-release/gitlab",
  "@semantic-release/changelog",
  [
    "@semantic-release/exec",
    {

CHANGELOG.md

0 → 100644
+46 −0
Original line number Diff line number Diff line
## [1.4.1](https://gitlab.com/to-be-continuous/mkdocs/compare/1.4.0...1.4.1) (2021-09-08)

### Bug Fixes

* change variable behaviour ([e4eea17](https://gitlab.com/to-be-continuous/mkdocs/commit/e4eea17816f3081c5b0c68384d857dbd471d99ce))

## [1.4.0](https://gitlab.com/to-be-continuous/mkdocs/compare/1.3.0...1.4.0) (2021-06-10)

### Features

* move group ([1b42366](https://gitlab.com/to-be-continuous/mkdocs/commit/1b42366c3d2479b25ba22d99d6c2b2cacd136be2))

## [1.3.0](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/compare/1.2.0...1.3.0) (2021-05-20)

### Features

* **pages:** declare the environment for pages job ([3f27b3c](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/commit/3f27b3cf1fb6d8f7812da56141124ff84046171f))

## [1.2.0](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/compare/1.1.1...1.2.0) (2021-05-18)

### Features

* add scoped variables support ([1b6db00](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/commit/1b6db00827b6f7829ce7c3ac2af3ceaa07701a5e))

## [1.1.1](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/compare/1.1.0...1.1.1) (2021-05-17)

### Bug Fixes

* wrong cache scope ([8a39efa](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/commit/8a39efad2ee173e1e0b95ba68021fde0bb04f40b))

## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/compare/1.0.0...1.1.0) (2021-05-07)

### Bug Fixes

* **pages:** handle mkdocs output folder to already be 'public' ([2e12aa1](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/commit/2e12aa11478ed09318745170561f250b7e40d92d))

### Features

* **stage:** moving pages job to production stage ([2d90389](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/commit/2d9038958a324d189993135c77af9300673d7530))

## 1.0.0 (2021-05-06)

### Features

* initial release ([1827646](https://gitlab.com/Orange-OpenSource/tbc/mkdocs/commit/18276469c82a8764d5f0b89251eaa4b2f8e976d5))