From d8ea53809a7e2782f8c2674bff2942a262e4d970 Mon Sep 17 00:00:00 2001 From: Girija Saint-Ange <girija.saint-ange@orange.com> Date: Fri, 13 Sep 2024 08:01:07 +0000 Subject: [PATCH] doc: Broken link in README.md [skip-ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec90f95..4a7dbf6 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Parameters: #### Signing release commits with GPG -For an introduction on commit signing, see [GitLab documentation](https://docs.gitlab.com/ee/user/project/repository/gpg_signed_commits/). +For an introduction on commit signing, see [GitLab documentation](https://docs.gitlab.com/ee/user/project/repository/signed_commits/gpg.html). To make semantic-release sign its commits, use the following variable. @@ -170,7 +170,7 @@ To make semantic-release sign its commits, use the following variable. ### `semantic-release-info` job -This job (disabled by default) runs `semantic-release` with `dry-run` mode in `.pre` stage to save the following variables as [dotenv artifact](https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html#artifactsreportsdotenv) making them available for the next pipeline stages: +This job (disabled by default) runs `semantic-release` with `dry-run` mode in `.pre` stage to save the following variables as [dotenv artifact](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv) making them available for the next pipeline stages: * `SEMREL_INFO_LAST_VERSION`: latest released version * `SEMREL_INFO_NEXT_VERSION`: next release version (based on actual commits and comments) -- GitLab