Skip to content

Commit

Permalink
Merge pull request #2551 from xrmx/release-typo
Browse files Browse the repository at this point in the history
RELEASE: fix typo in tags pushing
  • Loading branch information
xrmx committed Jul 28, 2023
2 parents 59b3d55 + 152123d commit 3018d92
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 3018d92

Please sign in to comment.