diff --git a/RELEASE.md b/RELEASE.md index beed9aa..40004f6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,7 +6,7 @@ process. Follow the instructions below for creating a new release. 1. Ensure local `master` branch is up to date with `origin/master`: ```sh - git fetch --tags && git pull --tags + git fetch --all --tags ``` 2. Ensure all checks are passing: @@ -33,6 +33,7 @@ process. Follow the instructions below for creating a new release. ```sh git tag vX.Y.Z + git push git push --tags ```