Commit c221910e authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent f011acd9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.5.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.5.0...3.5.1) (2023-09-19)


### Bug Fixes

* always install extra plugins ([f011acd](https://gitlab.com/to-be-continuous/semantic-release/commit/f011acd9b92d67cb73ecc4612d9afb921f5258fb)), closes [#29](https://gitlab.com/to-be-continuous/semantic-release/issues/29)

# [3.5.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.4.2...3.5.0) (2023-08-04)


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

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