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

chore(release): 3.3.1 [skip ci]

parent 7bbfc479
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.3.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.3.0...3.3.1) (2023-03-27)


### Bug Fixes

* fix a regression in semantic-release-info job ([1b79f5d](https://gitlab.com/to-be-continuous/semantic-release/commit/1b79f5dfe6c2ae4ba29e73a18d6bcd5c09688da8))

# [3.3.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.2.2...3.3.0) (2023-03-21)


+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.3.0'
    ref: '3.3.1'
    file: '/templates/gitlab-ci-semrel.yml'
```

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