Skip to content

Commit

Permalink
chore: update docs on tagging a release
Browse files Browse the repository at this point in the history
we have been using annotated tags, so this updates our docs to reflect that.
  • Loading branch information
angela-tran committed May 15, 2024
1 parent ea2b1a8 commit f9ae141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ git checkout prod

git reset --hard origin/prod

git tag YYYY.0M.R
git tag -a YYYY.0M.R

git push origin YYYY.0M.R
```
Expand Down

0 comments on commit f9ae141

Please sign in to comment.