Commit b1bcbdf0 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 518fc1d5
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.4.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.4.1...3.4.2) (2023-07-13)


### Bug Fixes

* activate debug when TRACE is set ([fc3668b](https://gitlab.com/to-be-continuous/semantic-release/commit/fc3668b63b562e607418ba0023e5df34450dcfc5))

## [3.4.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.4.0...3.4.1) (2023-07-13)


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

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