Commit 583d057a authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.3.0 [skip ci]

parent 5b5dfe1b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.3.0](https://gitlab.com/to-be-continuous/node/compare/2.2.0...2.3.0) (2022-05-01)


### Features

* configurable tracking image ([545d836](https://gitlab.com/to-be-continuous/node/commit/545d8361de9cecfa6dabd0f77ea023980b50d207))

# [2.2.0](https://gitlab.com/to-be-continuous/node/compare/2.1.0...2.2.0) (2022-01-04)


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

+2 −2
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ stages:
  image: $NODE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "node", "2.2.0" ]
      command: ["--service", "node", "2.3.0" ]
  # Cache downloaded dependencies and plugins between builds.
  # To keep cache across branches add 'key: "$CI_JOB_NAME"'
  cache:
@@ -306,7 +306,7 @@ node-js-scan:
  image: $NODEJSSCAN_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "node", "2.2.0" ]
      command: ["--service", "node", "2.3.0" ]
  stage: test
  script:
    - mkdir -p reports