Skip to content

Commit

Permalink
RELEASE: fix typo in tags pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jul 28, 2023
1 parent 59b3d55 commit 152123d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please remember to substitute XY with proper version.

```
git tag 2.0.XY
git push ---tags origin HEAD
git push --tags origin HEAD
git archive HEAD --prefix uwsgi-2.0.XY/ -o uwsgi-2.0.XY.tar.gz
```

Expand Down

0 comments on commit 152123d

Please sign in to comment.