Commit 99a17b57 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 15701825
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.1.1...3.2.0) (2022-12-05)


### Features

* display computed semantic-release-info ([5a1a37b](https://gitlab.com/to-be-continuous/semantic-release/commit/5a1a37be5df577d249205b917072467af208c392))

## [3.1.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.1.0...3.1.1) (2022-11-26)


+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,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.1.1'
    ref: '3.2.0'
    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.1.1" ]
      command: ["--service", "semrel", "3.2.0" ]
  before_script:
    - *semrel-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"