Commit 49886136 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.2.1 [skip ci]

parent 6d2ad29b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.2.0...3.2.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([81c4144](https://gitlab.com/to-be-continuous/semantic-release/commit/81c4144b2acfebff812c8e75a4fa430316977ce8))

# [3.2.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.1.1...3.2.0) (2022-12-05)


+1 −1
Original line number Diff line number Diff line
@@ -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.2.0'
    ref: '3.2.1'
    file: '/templates/gitlab-ci-semrel.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@ stages:
  image: $SEMREL_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "semrel", "3.2.0" ]
      command: ["--service", "semrel", "3.2.1" ]
  before_script:
    - *semrel-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"