Commit 542992cd authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '2-add_changelog' into 'master'

docs: add changelog

Closes #2

See merge request to-be-continuous/puppeteer!2
parents 12e595d6 cd4b768f
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
+29 −0
Original line number Diff line number Diff line
## [2.0.0](https://gitlab.com/to-be-continuous/puppeteer/compare/1.2.0...2.0.0) (2021-09-08)

### Features

* Change boolean variable behaviour ([996418b](https://gitlab.com/to-be-continuous/puppeteer/commit/996418b81f9cecdf76d5f271f2797c103603db9a))

### BREAKING CHANGES

* boolean variable now triggered on explicit 'true' value

Signed-off-by: Cédric OLIVIER <cedric3.olivier@orange.com>

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

### Features

* move group ([42bb2cb](https://gitlab.com/to-be-continuous/puppeteer/commit/42bb2cb168a080773e24722162a7317de10a2731))

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

### Features

* add scoped variables support ([31ecc52](https://gitlab.com/Orange-OpenSource/tbc/puppeteer/commit/31ecc52f8c706cb1b9f44be3614626b1ced37090))

## 1.0.0 (2021-05-06)

### Features

* initial release ([6a17fa9](https://gitlab.com/Orange-OpenSource/tbc/puppeteer/commit/6a17fa96badb75c892e76521fbb82722a017a79a))