From b5cb127bfa64f821a00bdaa51df2fc634f45e757 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 16 Oct 2023 16:06:58 +0000
Subject: [PATCH] chore(release): 3.5.2 [skip ci]

## [3.5.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.1...3.5.2) (2023-10-16)

### Bug Fixes

* declare all TBC stages ([b8f10b5](https://gitlab.com/to-be-continuous/semantic-release/commit/b8f10b5e18e4d998e81d5a84fc16afa9a8406c8c))
---
 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 3a7d5ed..3444e27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.5.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.1...3.5.2) (2023-10-16)
+
+
+### Bug Fixes
+
+* declare all TBC stages ([b8f10b5](https://gitlab.com/to-be-continuous/semantic-release/commit/b8f10b5e18e4d998e81d5a84fc16afa9a8406c8c))
+
 ## [3.5.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.0...3.5.1) (2023-09-19)
 
 
diff --git a/README.md b/README.md
index 804c269..3316b3d 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.5.1'
+    ref: '3.5.2'
     file: '/templates/gitlab-ci-semrel.yml'
 ```
 
diff --git a/templates/gitlab-ci-semrel.yml b/templates/gitlab-ci-semrel.yml
index 85e06a8..b6b4c71 100644
--- a/templates/gitlab-ci-semrel.yml
+++ b/templates/gitlab-ci-semrel.yml
@@ -606,7 +606,7 @@ stages:
   image: $SEMREL_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "semrel", "3.5.1" ]
+      command: ["--service", "semrel", "3.5.2" ]
   before_script:
     - *semrel-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
-- 
GitLab