Skip to content

Commit

Permalink
Docs: update steps for pushing tags (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Mar 8, 2023
2 parents fa13fa2 + 69dbaf4 commit 467e270
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 @@ -90,7 +90,7 @@ git reset --hard origin/prod

git tag YYYY.0M.R

git push --tags
git push origin YYYY.0M.R
```

## 6. [Generate release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)
Expand Down

0 comments on commit 467e270

Please sign in to comment.