From 7855a19cd201096d438cc9ac8857c0a91951edfa Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 27 May 2023 15:51:46 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] # [3.4.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.3.1...3.4.0) (2023-05-27) ### Features * **workflow:** extend (skip ci) feature ([40c252e](https://gitlab.com/to-be-continuous/semantic-release/commit/40c252e62fd954370d654572d753294f28122935)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- templates/gitlab-ci-semrel.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e75dd1..7c3a241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.4.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.3.1...3.4.0) (2023-05-27) + + +### Features + +* **workflow:** extend (skip ci) feature ([40c252e](https://gitlab.com/to-be-continuous/semantic-release/commit/40c252e62fd954370d654572d753294f28122935)) + ## [3.3.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.3.0...3.3.1) (2023-03-27) diff --git a/README.md b/README.md index ed15103..8b64f85 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/semantic-release' - ref: '3.3.1' + ref: '3.4.0' file: '/templates/gitlab-ci-semrel.yml' ``` diff --git a/templates/gitlab-ci-semrel.yml b/templates/gitlab-ci-semrel.yml index 324c0aa..4a45d12 100644 --- a/templates/gitlab-ci-semrel.yml +++ b/templates/gitlab-ci-semrel.yml @@ -592,7 +592,7 @@ stages: image: $SEMREL_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "semrel", "3.3.1" ] + command: ["--service", "semrel", "3.4.0" ] before_script: - *semrel-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" -- GitLab