Skip to content
Snippets Groups Projects
Commit 69bb51b7 authored by Cédric OLIVIER's avatar Cédric OLIVIER Committed by Olivier Cédric
Browse files

docs: add changelog

parent 3ae2b0b0
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......@@ -2,6 +2,7 @@ plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/gitlab",
"@semantic-release/changelog",
[
"@semantic-release/exec",
{
......
## [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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment