Skip to content

Commit 8fab65d

Browse files
committed
Shift to use vX.Y.Z tags
Upstream is moving from "libphonenumber-X.Y.Z" tags to use "vX.Y.Z" tags, so use this as an opportunity to move from "release-X.Y.Z" to "vX.Y.Z"
1 parent 95e69b6 commit 8fab65d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ Release Procedure
132132
`cd tools/python && make PYTHON=python3 test`
133133
- Check that Python 2.5 is still supported:
134134
`cd tools/python && make PYTHON=python2.5 test`
135-
- Create a release-<version> tag:
136-
`git tag release-<version>`
135+
- Create a vX.Y.Z tag:
136+
`git tag vX.Y.Z`
137137
- Push the tag to Github with:
138-
`git push <github-remote> release-<version>`
138+
`git push <github-remote> vX.Y.Z`
139139
- Push the package to PyPI with:
140140
`cd python && ./setup.py sdist bdist_wheel upload`
141141
- Push the lite package to PyPI with:

0 commit comments

Comments
 (0)