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

chore(release): 3.2.1 [skip ci]

## [3.2.1](https://gitlab.com/to-be-continuous/node/compare/3.2.0...3.2.1) (2022-10-14)

### Bug Fixes

* **lint:** support official SONAR_HOST_URL to trigger JSON report ([54e657df](https://gitlab.com/to-be-continuous/node/commit/54e657df3dbc98662d44ce26e5228beb3bc6c32f))
parent 54e657df
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/node/compare/3.2.0...3.2.1) (2022-10-14)


### Bug Fixes

* **lint:** support official SONAR_HOST_URL to trigger JSON report ([54e657d](https://gitlab.com/to-be-continuous/node/commit/54e657df3dbc98662d44ce26e5228beb3bc6c32f))

# [3.2.0](https://gitlab.com/to-be-continuous/node/compare/3.1.0...3.2.0) (2022-10-13)


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

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