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

chore(release): 3.6.0 [skip ci]

parent d79ef3bb
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.6.0](https://gitlab.com/to-be-continuous/node/compare/3.5.3...3.6.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([d79ef3b](https://gitlab.com/to-be-continuous/node/commit/d79ef3bb24f6def7e27880bd8566d5e409a21a64))

## [3.5.3](https://gitlab.com/to-be-continuous/node/compare/3.5.2...3.5.3) (2023-03-28)


+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/node'
    ref: '3.5.3'
    ref: '3.6.0'
    file: '/templates/gitlab-ci-node.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ stages:
  image: $NODE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "node", "3.5.3" ]
      command: ["--service", "node", "3.6.0" ]
  variables:
    # Yarn cache (better than --cache-folder option, deprecated)
    YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/$NODE_PROJECT_DIR/.yarn"