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

chore(release): 1.1.0 [skip ci]

parent 4e9318ad
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/make/compare/1.0.0...1.1.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([4e9318a](https://gitlab.com/to-be-continuous/make/commit/4e9318ad5bde645f1d8efde6fbdeba9adea6d20b))

# 1.0.0 (2023-02-14)


+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.0.0'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-make.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ stages:
  image: $MAKE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "make", "1.0.0"]
      command: ["--service", "make", "1.1.0"]
  before_script:
    - *make-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"