Commit ad7b26a4 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

docs: add changelog generation

parent 1b72f963
Loading
Loading
Loading
Loading
+7 −12
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@ include:
  - project: 'to-be-continuous/bash'
    ref: '1.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
+39 −0
Original line number Diff line number Diff line
## [2.1.0](https://gitlab.com/to-be-continuous/s3/compare/2.0.0...2.1.0) (2021-09-16)

### Features

* add possibility to add a bucket prefix at deploy ([191c88c](https://gitlab.com/to-be-continuous/s3/commit/191c88c7ed9572ecb5dee808c6c3ccaa51dfcf2f))

## [2.0.0](https://gitlab.com/to-be-continuous/s3/compare/1.2.1...2.0.0) (2021-09-08)

### Features

* Change boolean variable behaviour ([ab37f24](https://gitlab.com/to-be-continuous/s3/commit/ab37f24140322b61b99b4ce619455a1f5ad295fa))

### BREAKING CHANGES

* boolean variable now triggered on explicit 'true' value

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

### Bug Fixes

* conflict between vault and scoped vars ([235dd64](https://gitlab.com/to-be-continuous/s3/commit/235dd640d26083a0cb3cb374588714f31160f60b))

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

### Features

* move group ([92c02e6](https://gitlab.com/to-be-continuous/s3/commit/92c02e6d146a444c9785b648c5d0a7314e1450ae))

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

### Features

* add scoped variables support ([850b2a6](https://gitlab.com/Orange-OpenSource/tbc/s3/commit/850b2a648ee4efe3e5301582bc04a1777ea13c07))

## 1.0.0 (2021-05-06)

### Features

* initial release ([1c00ef6](https://gitlab.com/Orange-OpenSource/tbc/s3/commit/1c00ef6ad2522c5346f97ad98850a5883b1d3012))