Commit 36f41924 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '2-add_changelog' into 'master'

doc: add changelog

Closes #2

See merge request to-be-continuous/cypress!2
parents 3ae2b0b0 69bb51b7
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
@@ -30,15 +33,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
+27 −0
Original line number Diff line number Diff line
## [2.0.0](https://gitlab.com/to-be-continuous/cypress/compare/1.2.0...2.0.0) (2021-09-02)

### Features

* Change boolean variable behaviour ([b358e3b](https://gitlab.com/to-be-continuous/cypress/commit/b358e3b8d6e3f9ed23d782f1e78592693cbe34e6))

### BREAKING CHANGES

* boolean variable now triggered on explicit 'true' value

## [1.2.0](https://gitlab.com/to-be-continuous/cypress/compare/1.1.0...1.2.0) (2021-06-10)

### Features

* move group ([95571ff](https://gitlab.com/to-be-continuous/cypress/commit/95571ffcf1bf47676e8928b3efa6d41fd033379a))

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

### Features

* add scoped variables support ([4c133d9](https://gitlab.com/Orange-OpenSource/tbc/cypress/commit/4c133d9c46576e3537695e1da624c6f91146b8a5))

## 1.0.0 (2021-05-06)

### Features

* initial release ([e946d37](https://gitlab.com/Orange-OpenSource/tbc/cypress/commit/e946d37a5b37c2fe4d4aa238039cbbfce7838aaf))