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

chore(release): 1.2.0 [skip ci]

parent c263bd54
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/make/compare/1.1.3...1.2.0) (2023-11-10)


### Features

* introduce MAKE_PROJECT_DIR ([eeb3bc8](https://gitlab.com/to-be-continuous/make/commit/eeb3bc8863c889c6ac351e2d31b70cf71961f1cf))

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


+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.1.3'
    ref: '1.2.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.1.3"]
      command: ["--service", "make", "1.2.0"]
  before_script:
    - *make-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"