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 +29 −0 Original line number Diff line number Diff line ## [2.0.0](https://gitlab.com/to-be-continuous/postman/compare/1.2.0...2.0.0) (2021-09-08) ### Features * Change boolean variable behaviour ([3baa190](https://gitlab.com/to-be-continuous/postman/commit/3baa190f751fa369c871b652a5eca0921daf664f)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value Signed-off-by: Cédric OLIVIER <cedric3.olivier@orange.com> ## [1.2.0](https://gitlab.com/to-be-continuous/postman/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([6c6c844](https://gitlab.com/to-be-continuous/postman/commit/6c6c844182692a8717d64fbed7e69ec73f7b62ef)) ## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/postman/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([00e556e](https://gitlab.com/Orange-OpenSource/tbc/postman/commit/00e556e28a6cbd8fc939ed047a11539644924fda)) ## 1.0.0 (2021-05-06) ### Features * initial release ([74b00c3](https://gitlab.com/Orange-OpenSource/tbc/postman/commit/74b00c3c6a47805b785683dcf650357fe45af089)) 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 +29 −0 Original line number Diff line number Diff line ## [2.0.0](https://gitlab.com/to-be-continuous/postman/compare/1.2.0...2.0.0) (2021-09-08) ### Features * Change boolean variable behaviour ([3baa190](https://gitlab.com/to-be-continuous/postman/commit/3baa190f751fa369c871b652a5eca0921daf664f)) ### BREAKING CHANGES * boolean variable now triggered on explicit 'true' value Signed-off-by: Cédric OLIVIER <cedric3.olivier@orange.com> ## [1.2.0](https://gitlab.com/to-be-continuous/postman/compare/1.1.0...1.2.0) (2021-06-10) ### Features * move group ([6c6c844](https://gitlab.com/to-be-continuous/postman/commit/6c6c844182692a8717d64fbed7e69ec73f7b62ef)) ## [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/postman/compare/1.0.0...1.1.0) (2021-05-18) ### Features * add scoped variables support ([00e556e](https://gitlab.com/Orange-OpenSource/tbc/postman/commit/00e556e28a6cbd8fc939ed047a11539644924fda)) ## 1.0.0 (2021-05-06) ### Features * initial release ([74b00c3](https://gitlab.com/Orange-OpenSource/tbc/postman/commit/74b00c3c6a47805b785683dcf650357fe45af089))