Commit 188b9eed authored by Cédric OLIVIER's avatar Cédric OLIVIER Committed by Pierre SMEYERS
Browse files

docs: add_changelog

parent 4b9af1ec
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
+44 −0
Original line number Diff line number Diff line
## [2.0.0](https://gitlab.com/to-be-continuous/php/compare/1.2.1...2.0.0) (2021-09-08)

### Bug Fixes

* add rule according readme ([1728d90](https://gitlab.com/to-be-continuous/php/commit/1728d902b012f10d05fe32222bfa3525ecef8857))
* remove duplicated rule ([046e443](https://gitlab.com/to-be-continuous/php/commit/046e443af6911823ef4a001fb62d14dea35c94f8))

### Features

* Change boolean variable behaviour ([3d9fb3c](https://gitlab.com/to-be-continuous/php/commit/3d9fb3c294122aba56c11d1c190ed3d388a49f96))

### BREAKING CHANGES

* boolean variable now triggered on explicit 'true' value

## [1.2.1](https://gitlab.com/to-be-continuous/php/compare/1.2.0...1.2.1) (2021-07-05)

### Bug Fixes

* **phpunit:** enable xdebug coverage ([6914a5a](https://gitlab.com/to-be-continuous/php/commit/6914a5aae4b66ef5f22a1f18364aa57b4e40d6ee))

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

### Features

* move group ([79bc16f](https://gitlab.com/to-be-continuous/php/commit/79bc16f70fcc5628bb1529e16f75850757b3dd02))

## [1.1.1](https://gitlab.com/Orange-OpenSource/tbc/php/compare/1.1.0...1.1.1) (2021-06-09)

### Bug Fixes

* **phpunit:** remove variable from rules:exists expression (unsupported) ([e805d5f](https://gitlab.com/Orange-OpenSource/tbc/php/commit/e805d5ff4790679e9d06533778889c3792f31008))

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

### Features

* add scoped variables support ([0722911](https://gitlab.com/Orange-OpenSource/tbc/php/commit/07229110744a1bb43de2337ec86ec300f96f55cf))

## 1.0.0 (2021-05-06)

### Features

* initial release ([aef221a](https://gitlab.com/Orange-OpenSource/tbc/php/commit/aef221aa4f151e477c62563e1fb229d755a7906f))