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

chore(release): 2.0.1 [skip ci]

parent 76b8ab8b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.1](https://gitlab.com/to-be-continuous/node/compare/2.0.0...2.0.1) (2021-10-07)


### Bug Fixes

* use master or main for production env ([f3285e7](https://gitlab.com/to-be-continuous/node/commit/f3285e7f452e8d1ce92f38a3bc0bbdc891983d4c))

## [2.0.0](https://gitlab.com/to-be-continuous/node/compare/1.2.0...2.0.0) (2021-09-08)

### Features
+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.0.0'
    ref: '2.0.1'
    file: '/templates/gitlab-ci-node.yml'
```

+3 −3
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update node "2.0.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update node "2.0.1"; fi
  unscope_variables

  # ENDSCRIPT
@@ -246,7 +246,7 @@ stages:
  image: $NODE_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "node", "2.0.0" ]
      command: ["--service", "node", "2.0.1" ]
  # Cache downloaded dependencies and plugins between builds.
  # To keep cache across branches add 'key: "$CI_JOB_NAME"'
  cache:
@@ -316,7 +316,7 @@ node-js-scan:
  image: $NODEJSSCAN_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "node", "2.0.0" ]
      command: ["--service", "node", "2.0.1" ]
  stage: test
  script:
    - mkdir -p reports