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 +28 −0 Original line number Diff line number Diff line ## [2.0.0](https://gitlab.com/to-be-continuous/testssl/compare/1.2.0...2.0.0) (2021-09-08) ### Features * Change boolean variable behaviour ([f5ada39](https://gitlab.com/to-be-continuous/testssl/commit/f5ada3929ff69c15017a3d42deb736662bcb7500)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value ## [1.2.0](https://gitlab.com/to-be-continuous/testssl/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([9aa49ec](https://gitlab.com/to-be-continuous/testssl/commit/9aa49ecb2fd75099e09d5fe957b6d111fdb8aca6)) ## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/testssl/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([b02c22a](https://gitlab.com/Orange-OpenSource/tbc/testssl/commit/b02c22a0ad8dea173023da137269a3c728bc8ebe)) ## 1.0.0 (2021-05-06) ### Features * initial release ([ed6a90c](https://gitlab.com/Orange-OpenSource/tbc/testssl/commit/ed6a90cd3be63c2c84b4069486112b62d3caca36)) 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 +28 −0 Original line number Diff line number Diff line ## [2.0.0](https://gitlab.com/to-be-continuous/testssl/compare/1.2.0...2.0.0) (2021-09-08) ### Features * Change boolean variable behaviour ([f5ada39](https://gitlab.com/to-be-continuous/testssl/commit/f5ada3929ff69c15017a3d42deb736662bcb7500)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value ## [1.2.0](https://gitlab.com/to-be-continuous/testssl/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([9aa49ec](https://gitlab.com/to-be-continuous/testssl/commit/9aa49ecb2fd75099e09d5fe957b6d111fdb8aca6)) ## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/testssl/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([b02c22a](https://gitlab.com/Orange-OpenSource/tbc/testssl/commit/b02c22a0ad8dea173023da137269a3c728bc8ebe)) ## 1.0.0 (2021-05-06) ### Features * initial release ([ed6a90c](https://gitlab.com/Orange-OpenSource/tbc/testssl/commit/ed6a90cd3be63c2c84b4069486112b62d3caca36))