Commit 57068451 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 0e75618d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.7.1](https://gitlab.com/to-be-continuous/node/compare/3.7.0...3.7.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([0e75618](https://gitlab.com/to-be-continuous/node/commit/0e75618d91112931b1b4577f77dfd339e29d6c46))

# [3.7.0](https://gitlab.com/to-be-continuous/node/compare/3.6.0...3.7.0) (2023-08-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.7.0'
    ref: '3.7.1'
    file: '/templates/gitlab-ci-node.yml'
```

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