From 517ad8e3769d736dcd66244aa8d4a324a9581787 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 29 Aug 2023 22:33:26 +0000 Subject: [PATCH] fix path to release.py Signed-off-by: Ian Chen --- release_instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release_instructions.md b/release_instructions.md index bed935d79..7a7388bc5 100644 --- a/release_instructions.md +++ b/release_instructions.md @@ -212,7 +212,7 @@ git checkout ign/gz-fooX cd gz-cmake3 git checkout gz-cmake3 # please replace with real release token (check crendentials section) -~/release-tools/release-repo-scripts/release.py gz-cmake3 3.0.1 +~/release-tools/release.py gz-cmake3 3.0.1 ``` **release.py for prereleases or nightlies** @@ -226,7 +226,7 @@ to be set. The `--upload-to-repo` argument is mandatory when running cd gz-cmake3 git checkout gz-cmake3 # please replace with real release token (check crendentials section) -~/release-tools/release-repo-scripts/release.py gz-cmake3 3.0.0~pre1 --upload-to-repo prerelease +~/release-tools/release.py gz-cmake3 3.0.0~pre1 --upload-to-repo prerelease ``` Nightly invocation is generally coded in the server. The version will be @@ -239,7 +239,7 @@ branch pointed by `--nightly-src-branch`. cd gz-cmake3 git checkout gz-cmake3 # please replace with real release token (check crendentials section) -~/release-tools/release-repo-scripts/release.py gz-cmake3 3.0.0~pre1 --upload-to-repo nightly --nightly-src-branch main +~/release-tools/release.py gz-cmake3 3.0.0~pre1 --upload-to-repo nightly --nightly-src-branch main ``` @@ -260,7 +260,7 @@ version, `release.py` needs the `--only-bump-revision-linux` flag: cd gz-cmake3 git checkout gz-cmake3 # please replace with real release token (check crendentials section) -~/release-tools/release-repo-scripts/release.py gz-cmake3 3.0.1 --only-bump-revision-linux -release-version 2 +~/release-tools/release.py gz-cmake3 3.0.1 --only-bump-revision-linux -release-version 2 ``` ## Checking the Building Process