Loading .gitlab-ci.yml +11 −13 Original line number Diff line number Diff line Loading @@ -6,8 +6,12 @@ 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 Loading @@ -30,15 +34,9 @@ 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' .releaserc.yml +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/gitlab", "@semantic-release/changelog", [ "@semantic-release/exec", { Loading CHANGELOG.md 0 → 100644 +33 −0 Original line number Diff line number Diff line ## [2.0.0](https://gitlab.com/to-be-continuous/ansible/compare/1.2.1...2.0.0) (2021-09-02) ### Features * Change boolean variable behaviour ([f24358b](https://gitlab.com/to-be-continuous/ansible/commit/f24358b211a2d46a04ef76909f255e027c3afcdc)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value ## [1.2.1](https://gitlab.com/to-be-continuous/ansible/compare/1.2.0...1.2.1) (2021-07-08) ### Bug Fixes * conflict between vault and scoped vars ([689fc86](https://gitlab.com/to-be-continuous/ansible/commit/689fc86cdeebbe0a752f792d238acadcb996e438)) ## [1.2.0](https://gitlab.com/to-be-continuous/ansible/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([4bc4b7c](https://gitlab.com/to-be-continuous/ansible/commit/4bc4b7cd0b1723745dce5111468a5ec7cbdd2c8c)) ## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/ansible/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([a6b69da](https://gitlab.com/Orange-OpenSource/tbc/ansible/commit/a6b69dad5f5cba5c171f21c29720f93fdca3db0a)) ## 1.0.0 (2021-05-07) ### Features * initial release ([4582745](https://gitlab.com/Orange-OpenSource/tbc/ansible/commit/4582745da1bec553c978234f15781aa66c65f9e6)) Loading
.gitlab-ci.yml +11 −13 Original line number Diff line number Diff line Loading @@ -6,8 +6,12 @@ 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 Loading @@ -30,15 +34,9 @@ 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'
.releaserc.yml +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/gitlab", "@semantic-release/changelog", [ "@semantic-release/exec", { Loading
CHANGELOG.md 0 → 100644 +33 −0 Original line number Diff line number Diff line ## [2.0.0](https://gitlab.com/to-be-continuous/ansible/compare/1.2.1...2.0.0) (2021-09-02) ### Features * Change boolean variable behaviour ([f24358b](https://gitlab.com/to-be-continuous/ansible/commit/f24358b211a2d46a04ef76909f255e027c3afcdc)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value ## [1.2.1](https://gitlab.com/to-be-continuous/ansible/compare/1.2.0...1.2.1) (2021-07-08) ### Bug Fixes * conflict between vault and scoped vars ([689fc86](https://gitlab.com/to-be-continuous/ansible/commit/689fc86cdeebbe0a752f792d238acadcb996e438)) ## [1.2.0](https://gitlab.com/to-be-continuous/ansible/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([4bc4b7c](https://gitlab.com/to-be-continuous/ansible/commit/4bc4b7cd0b1723745dce5111468a5ec7cbdd2c8c)) ## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/ansible/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([a6b69da](https://gitlab.com/Orange-OpenSource/tbc/ansible/commit/a6b69dad5f5cba5c171f21c29720f93fdca3db0a)) ## 1.0.0 (2021-05-07) ### Features * initial release ([4582745](https://gitlab.com/Orange-OpenSource/tbc/ansible/commit/4582745da1bec553c978234f15781aa66c65f9e6))