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