Skip to content
Snippets Groups Projects
Commit 2cc5e587 authored by Cédric OLIVIER's avatar Cédric OLIVIER Committed by Pierre SMEYERS
Browse files

docs: add changelog

parent 125e190f
Branches
Tags
No related merge requests found
...@@ -6,8 +6,11 @@ include: ...@@ -6,8 +6,11 @@ include:
ref: 'master' ref: 'master'
file: '/templates/validation.yml' file: '/templates/validation.yml'
- project: 'to-be-continuous/bash' - project: 'to-be-continuous/bash'
ref: '1.0.0' ref: '2.0.0'
file: 'templates/gitlab-ci-bash.yml' file: 'templates/gitlab-ci-bash.yml'
- project: 'to-be-continuous/semantic-release'
ref: '2.0.2'
file: '/templates/gitlab-ci-semrel.yml'
stages: stages:
- build - build
...@@ -30,15 +33,7 @@ extract-script: ...@@ -30,15 +33,7 @@ extract-script:
paths: paths:
- script.sh - script.sh
release: semantic-release:
image: node:12 rules:
stage: publish # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
before_script: - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'
- npm install -g semantic-release @semantic-release/gitlab @semantic-release/exec @semantic-release/git \ No newline at end of file
script:
- semantic-release
only:
refs:
- master
variables:
- $TMPL_RELEASE_ENABLED
...@@ -2,6 +2,7 @@ plugins: [ ...@@ -2,6 +2,7 @@ plugins: [
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator", "@semantic-release/release-notes-generator",
"@semantic-release/gitlab", "@semantic-release/gitlab",
"@semantic-release/changelog",
[ [
"@semantic-release/exec", "@semantic-release/exec",
{ {
......
## [2.0.0](https://gitlab.com/to-be-continuous/docker/compare/1.2.3...2.0.0) (2021-09-02)
### Features
* Change boolean variable behaviour ([f74d9ef](https://gitlab.com/to-be-continuous/docker/commit/f74d9ef2de5b4dc204b519e14c47862ea2b73b33))
### BREAKING CHANGES
* boolean variable now triggered on explicit 'true' value
## [1.2.3](https://gitlab.com/to-be-continuous/docker/compare/1.2.2...1.2.3) (2021-07-21)
### Bug Fixes
* variable name ([1aed76f](https://gitlab.com/to-be-continuous/docker/commit/1aed76f287ff27e35233941e35cbac1e8ea9d2ff))
## [1.2.2](https://gitlab.com/to-be-continuous/docker/compare/1.2.1...1.2.2) (2021-07-05)
### Bug Fixes
* update skopeo credentials ([559961f](https://gitlab.com/to-be-continuous/docker/commit/559961f9f3c30e241a049ee4ea94e9050be49592))
## [1.2.1](https://gitlab.com/to-be-continuous/docker/compare/1.2.0...1.2.1) (2021-06-25)
### Bug Fixes
* permission on reports directory ([2d2f360](https://gitlab.com/to-be-continuous/docker/commit/2d2f360420b13bbdb71c11910ac8214b74a15901))
## [1.2.0](https://gitlab.com/to-be-continuous/docker/compare/1.1.0...1.2.0) (2021-06-10)
### Features
* move group ([405fdcc](https://gitlab.com/to-be-continuous/docker/commit/405fdcc65ef1e95cb5997c610266c1422a06802e))
## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/docker/compare/1.0.0...1.1.0) (2021-05-18)
### Features
* add scoped variables support ([fc9a1ad](https://gitlab.com/Orange-OpenSource/tbc/docker/commit/fc9a1adc498209ea9fa7c6eb64831f6e1abe857f))
## 1.0.0 (2021-05-06)
### Features
* initial release ([0b00fba](https://gitlab.com/Orange-OpenSource/tbc/docker/commit/0b00fba9a515d4ea10c35cf38abc01c217f0979a))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment