Commit 46a8a435 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 6934ccc7
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.11.0](https://gitlab.com/to-be-continuous/node/compare/3.10.1...3.11.0) (2024-1-27)


### Features

* migrate to CI/CD component ([f7fa527](https://gitlab.com/to-be-continuous/node/commit/f7fa527af0eb6c85362ba49a84e1902a96aa0b25))

## [3.10.1](https://gitlab.com/to-be-continuous/node/compare/3.10.0...3.10.1) (2024-1-7)


+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/node/gitlab-ci-node@3.10.1
  - component: gitlab.com/to-be-continuous/node/gitlab-ci-node@3.11.0
    # 2: set/override component inputs
    inputs:
      image: "registry.hub.docker.com/library/node:20" # ⚠ this is only an example
@@ -31,7 +31,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/node'
    ref: '3.10.1'
    ref: '3.11.0'
    file: '/templates/gitlab-ci-node.yml'

variables: