Skip to content

Commit

Permalink
Fix tag command example in release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed Sep 7, 2022
1 parent 5cc1839 commit 38d0c6d
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 @@ -5,7 +5,7 @@
* Bump version in `pgactivity/__init__.py`, rebuild the man page
* Commit these changes on the `master` branch
* Create an annotated (and possibly signed) tag, as
`git commit -a [-s] -m 'pg_activity 1.6.0' v1.6.0`
`git tag -a [-s] -m 'pg_activity 1.6.0' v1.6.0`
* Push with `--follow-tags`

## PyPI package
Expand Down

0 comments on commit 38d0c6d

Please sign in to comment.