Skip to content
Snippets Groups Projects
Commit 46a8a435 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 6934ccc7
No related branches found
No related tags found
No related merge requests found
# [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) ## [3.10.1](https://gitlab.com/to-be-continuous/node/compare/3.10.0...3.10.1) (2024-1-7)
......
...@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`: ...@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 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 # 2: set/override component inputs
inputs: inputs:
image: "registry.hub.docker.com/library/node:20" # ⚠ this is only an example 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`: ...@@ -31,7 +31,7 @@ Add the following to your `gitlab-ci.yml`:
include: include:
# 1: include the template # 1: include the template
- project: 'to-be-continuous/node' - project: 'to-be-continuous/node'
ref: '3.10.1' ref: '3.11.0'
file: '/templates/gitlab-ci-node.yml' file: '/templates/gitlab-ci-node.yml'
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment