Skip to content
Snippets Groups Projects
Commit 8408bd83 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 6b05408e
No related branches found
No related tags found
No related merge requests found
# [3.8.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.7.1...3.8.0) (2024-1-30)
### Bug Fixes
* <SEMREL_RELEASE_DISABLED/release-disabled> type ([02b6dd4](https://gitlab.com/to-be-continuous/semantic-release/commit/02b6dd4b654e32effc5ea9f3f8f774f2a82b38a9))
* dry run option ([6b05408](https://gitlab.com/to-be-continuous/semantic-release/commit/6b05408e85f635f350a0d2651ea0cff1dadd91ba))
* sanitize variable substitution pattern ([3ac15e7](https://gitlab.com/to-be-continuous/semantic-release/commit/3ac15e7c508a255a04e2f3df5f37eeab61e8340e))
### Features
* migrate to CI/CD component ([4ff7996](https://gitlab.com/to-be-continuous/semantic-release/commit/4ff7996643f34a6dd3e590b3c1f8cb6581dab042))
## [3.7.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.7.0...3.7.1) (2024-1-16)
......
......@@ -20,7 +20,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
# 1: include the component
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.7.1
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.8.0
# 2: set/override component inputs
inputs:
changelog-enabled: true # ⚠ this is only an example
......@@ -34,7 +34,7 @@ Add the following to your `gitlab-ci.yml`:
include:
# 1: include the template
- project: 'to-be-continuous/semantic-release'
ref: '3.7.1'
ref: '3.8.0'
file: '/templates/gitlab-ci-semrel.yml'
variables:
......@@ -238,9 +238,9 @@ With:
```yaml
include:
# main template
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.7.1
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.8.0
# Vault variant
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.7.1
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.8.0
inputs:
vault-base-url: "https://vault.acme.host/v1"
# audience claim for JWT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment