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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/node/compare/2.4.0...3.0.0) (2022-08-05)

### Features

* adaptive pipeline ([ed3af028](https://gitlab.com/to-be-continuous/node/commit/ed3af028e090fa6deb8dd20ca64039a8f14bacd3))
* switch to MR pipeline as default ([4e66d5d5](https://gitlab.com/to-be-continuous/node/commit/4e66d5d5d0240792bd86d1ea705ec60f09a2c553))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 3de547ba
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/node/compare/2.4.0...3.0.0) (2022-08-05)


### Features

* adaptive pipeline ([ed3af02](https://gitlab.com/to-be-continuous/node/commit/ed3af028e090fa6deb8dd20ca64039a8f14bacd3))
* switch to MR pipeline as default ([4e66d5d](https://gitlab.com/to-be-continuous/node/commit/4e66d5d5d0240792bd86d1ea705ec60f09a2c553))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

# [2.4.0](https://gitlab.com/to-be-continuous/node/compare/2.3.0...2.4.0) (2022-08-02)


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

+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ stages:
  image: $NODE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "node", "2.4.0" ]
      command: ["--service", "node", "3.0.0" ]
  # Cache downloaded dependencies and plugins between builds.
  # To keep cache across branches add 'key: "$CI_JOB_NAME"'
  cache: