Loading .gitlab-ci.yml +11 −15 Original line number Diff line number Diff line Loading @@ -5,9 +5,12 @@ include: - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" ref: "1.0.0" file: "templates/gitlab-ci-bash.yml" - project: 'to-be-continuous/bash' 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 @@ -31,15 +34,8 @@ 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 +16 −0 Original line number Diff line number Diff line ## [2.0.0](https://gitlab.com/to-be-continuous/k6/compare/1.0.0...2.0.0) (2021-09-03) ### Features * Change boolean variable behaviour ([f3112ac](https://gitlab.com/to-be-continuous/k6/commit/f3112ac0ae4e84ce4014a220dd5093e395a3aab2)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value ## 1.0.0 (2021-07-23) ### Features * add scoped variables support ([a74e805](https://gitlab.com/to-be-continuous/k6/commit/a74e8054d3dc728f27628ade37af2dceee6884e9)) * initialisation of k6 template ([4a38e3e](https://gitlab.com/to-be-continuous/k6/commit/4a38e3ec6a6d3608f25ef985f17d4b2a81774f82)) Loading
.gitlab-ci.yml +11 −15 Original line number Diff line number Diff line Loading @@ -5,9 +5,12 @@ include: - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" ref: "1.0.0" file: "templates/gitlab-ci-bash.yml" - project: 'to-be-continuous/bash' 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 @@ -31,15 +34,8 @@ 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 +16 −0 Original line number Diff line number Diff line ## [2.0.0](https://gitlab.com/to-be-continuous/k6/compare/1.0.0...2.0.0) (2021-09-03) ### Features * Change boolean variable behaviour ([f3112ac](https://gitlab.com/to-be-continuous/k6/commit/f3112ac0ae4e84ce4014a220dd5093e395a3aab2)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value ## 1.0.0 (2021-07-23) ### Features * add scoped variables support ([a74e805](https://gitlab.com/to-be-continuous/k6/commit/a74e8054d3dc728f27628ade37af2dceee6884e9)) * initialisation of k6 template ([4a38e3e](https://gitlab.com/to-be-continuous/k6/commit/4a38e3ec6a6d3608f25ef985f17d4b2a81774f82))