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

chore(release): 3.2.0 [skip ci]

parent 8d851174
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/node/compare/3.1.0...3.2.0) (2022-10-13)


### Features

* **coverage:** add Cobertura support ([478dd58](https://gitlab.com/to-be-continuous/node/commit/478dd58094d6040d27eeb3cdf5551041f8dfffeb))

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


+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.1.0'
    ref: '3.2.0'
    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.1.0" ]
      command: ["--service", "node", "3.2.0" ]
  variables:
    # Yarn cache (better than --cache-folder option, deprecated)
    YARN_CACHE_FOLDER: $NODE_PROJECT_DIR/.yarn