Loading .gitlab-ci.yml +8 −13 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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' .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/robotframework/compare/1.3.0...2.0.0) (2021-09-08) ### Features * Change boolean variable behaviour ([59a9008](https://gitlab.com/to-be-continuous/robotframework/commit/59a90089d5cca2c45edd2efc57f2c837c425fb9f)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value ## [1.3.0](https://gitlab.com/to-be-continuous/robotframework/compare/1.2.0...1.3.0) (2021-07-28) ### Features * add Vault variant ([4b398fc](https://gitlab.com/to-be-continuous/robotframework/commit/4b398fcfebd18313ae3acbe77116666c2a1704c3)) ## [1.2.0](https://gitlab.com/to-be-continuous/robotframework/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([a38c32e](https://gitlab.com/to-be-continuous/robotframework/commit/a38c32edad87339367d87abb401eb2a148ec0a4e)) ## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/robotframework/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([eeb4ba0](https://gitlab.com/Orange-OpenSource/tbc/robotframework/commit/eeb4ba0232c061c6b2ff85302b61a638e26e8be4)) ## 1.0.0 (2021-05-10) ### Features * initial release ([d37bd96](https://gitlab.com/Orange-OpenSource/tbc/robotframework/commit/d37bd967685685de364e6503324e28d01c1947bd)) Loading
.gitlab-ci.yml +8 −13 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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'
.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/robotframework/compare/1.3.0...2.0.0) (2021-09-08) ### Features * Change boolean variable behaviour ([59a9008](https://gitlab.com/to-be-continuous/robotframework/commit/59a90089d5cca2c45edd2efc57f2c837c425fb9f)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value ## [1.3.0](https://gitlab.com/to-be-continuous/robotframework/compare/1.2.0...1.3.0) (2021-07-28) ### Features * add Vault variant ([4b398fc](https://gitlab.com/to-be-continuous/robotframework/commit/4b398fcfebd18313ae3acbe77116666c2a1704c3)) ## [1.2.0](https://gitlab.com/to-be-continuous/robotframework/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([a38c32e](https://gitlab.com/to-be-continuous/robotframework/commit/a38c32edad87339367d87abb401eb2a148ec0a4e)) ## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/robotframework/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([eeb4ba0](https://gitlab.com/Orange-OpenSource/tbc/robotframework/commit/eeb4ba0232c061c6b2ff85302b61a638e26e8be4)) ## 1.0.0 (2021-05-10) ### Features * initial release ([d37bd96](https://gitlab.com/Orange-OpenSource/tbc/robotframework/commit/d37bd967685685de364e6503324e28d01c1947bd))