Skip to content

Commit

Permalink
Chore: update docs on tagging a release (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored May 28, 2024
2 parents 91cb369 + 64c404b commit b5c20c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/deployment/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit b5c20c2

Please sign in to comment.