diff --git a/RELEASING.md b/RELEASING.md index f279359158..69678b3626 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -24,7 +24,7 @@ Then run `chmod 600 ./.pypirc` so only you can read/write. 1. Make sure you're in the top-level `eva` directory. 1. Make certain your branch is in sync with head: - $ git pull origin main + $ git pull origin master 1. Add a new changelog entry for the release. @@ -47,7 +47,7 @@ Then run `chmod 600 ./.pypirc` so only you can read/write. git commit -m "[RELEASE]: v0.0.6" git push --set-upstream origin release-v0.0.6 -1. Once the PR is approved, merge it and pull main locally. +1. Once the PR is approved, merge it and pull master locally. 1. Tag the release: