Commit 9324015f authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 24931799
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/node/compare/3.0.1...3.1.0) (2022-10-04)


### Features

* normalize reports ([fc24665](https://gitlab.com/to-be-continuous/node/commit/fc24665e232311792b00e9de2032a50db5321c9f))

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


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