diff --git a/docs/deployment/release.md b/docs/deployment/release.md index dcd2a0764..3fa542cad 100644 --- a/docs/deployment/release.md +++ b/docs/deployment/release.md @@ -87,8 +87,12 @@ git checkout prod git reset --hard origin/prod -git tag YYYY.0M.R +git tag -a YYYY.0M.R +``` + +Git will open your default text editor and prompt you for the tag annotation. For the tag annotation, use the title of the `release`-tagged Issue that kicked off the release. Finally, after closing the text editor: +```bash git push origin YYYY.0M.R ```