Commit 367fc1f8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.3.0 [skip ci]

parent 0b159a31
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.3.0](https://gitlab.com/to-be-continuous/make/compare/1.2.0...1.3.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([f8b5ef9](https://gitlab.com/to-be-continuous/make/commit/f8b5ef9f6ecb6e25a52007908f26f7f8be3c7cb0))

# [1.2.0](https://gitlab.com/to-be-continuous/make/compare/1.1.3...1.2.0) (2023-11-10)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/make'
    ref: '1.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-make.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ stages:
  image: $MAKE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "make", "1.2.0"]
      command: ["--service", "make", "1.3.0"]
  before_script:
    - !reference [.make-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"