From 8e12f0eb337f0e9fae9f3ac65bdb1ab0bd9a0b06 Mon Sep 17 00:00:00 2001 From: Haroon Khel <34969545+Haroon-Khel@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:06:49 +0800 Subject: [PATCH] corrected release pipeline generator link (#3603) --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 562129df8..7391db0a0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -92,7 +92,7 @@ Affected repositories: #### Release pipelines and jobs need to be re-generated with new tags by the Release Champion: -- run [release-build-pipeline-generator](https://ci.adoptium.net/job/build-scripts/job/utils/job/release-build-pipeline-generator) with correct value: +- run [release-pipeline-generator](https://ci.adoptium.net/job/build-scripts/job/utils/job/release-pipeline-generator) with correct value: 1. `releaseTag` is the branch on `ci-jenkins-pipeline` and `temurin-build` git repo. 2. `helperTag` is the branch on `jenkins-helper` repo. 3. `aqaTag` is the branch on `aqa-tests` repo, in form of `vX.Y.Z-release` and usually the [latest stable release](https://github.com/adoptium/aqa-tests/releases)