Commit 1fe7524b authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 2ea9f87c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.3.0](https://gitlab.com/to-be-continuous/semantic-release/compare/2.2.6...2.3.0) (2022-05-01)


### Features

* configurable tracking image ([b18fd89](https://gitlab.com/to-be-continuous/semantic-release/commit/b18fd89e223f84723f44c04d5b364bb375d78f16))

## [2.2.6](https://gitlab.com/to-be-continuous/semantic-release/compare/2.2.5...2.2.6) (2022-04-08)


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

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