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

chore(release): 3.5.2 [skip ci]

parent 9ca9c8c1
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.5.2](https://gitlab.com/to-be-continuous/node/compare/3.5.1...3.5.2) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([4229c36](https://gitlab.com/to-be-continuous/node/commit/4229c36c3544af579c031ccaf61bcf5358a09ef6))

## [3.5.1](https://gitlab.com/to-be-continuous/node/compare/3.5.0...3.5.1) (2022-12-11)


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

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