Skip to content
Snippets Groups Projects
Commit 6c6eb81b authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '2-add_changelog' into 'master'

doc: add changelog

Closes #2

See merge request to-be-continuous/gcloud!2
parents 707cb10d cd9f8c36
No related branches found
No related tags found
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
...@@ -31,15 +34,8 @@ extract-script: ...@@ -31,15 +34,8 @@ extract-script:
paths: paths:
- script.sh - script.sh
release:
image: node:12 semantic-release:
stage: publish rules:
before_script: # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
- npm install -g semantic-release @semantic-release/gitlab @semantic-release/exec @semantic-release/git - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'
script: \ No newline at end of file
- 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",
{ {
......
## [1.4.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.3.0...1.4.0) (2021-09-03)
### Features
* Change boolean variable behaviour ([469f03f](https://gitlab.com/to-be-continuous/gcloud/commit/469f03f5596b0072a322e04bd5d9fa412ce57d75))
## [1.3.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.2.0...1.3.0) (2021-06-19)
### Features
* support multi-lines environment variables substitution ([88dd89a](https://gitlab.com/to-be-continuous/gcloud/commit/88dd89ad5514eb56032093edc5cb81bdfb51df80))
## [1.2.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.1.0...1.2.0) (2021-06-10)
### Features
* move group ([6ae0887](https://gitlab.com/to-be-continuous/gcloud/commit/6ae088718ba0a22887b3ebe19563c1f9d243823e))
## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/gcloud/compare/1.0.0...1.1.0) (2021-05-18)
### Features
* add scoped variables support ([5a59857](https://gitlab.com/Orange-OpenSource/tbc/gcloud/commit/5a598570fd58469b2d8b4020cf1e832aabe602e6))
## 1.0.0 (2021-05-06)
### Features
* initial release ([9338f48](https://gitlab.com/Orange-OpenSource/tbc/gcloud/commit/9338f487bb12d1fc6527d9a03cff306906945d42))
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