File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55When we are ready to release a new version ` vx.y.z ` , one of the maintainers should:
66
771 . Execute ` poetry version {minor,patch} ` to update the project version
8- 2 . Create a new tag with ` git tag vx.y.z ` . If the tag doesn't match with the
9- project version, step 4 validation will fail.
10- 3 . Push the tag to the repo with ` git push origin vx.y.z `
11- 4 . There will be a GitHub Action triggered automatically which will build and publish to PyPI
8+ 1 . Commit the version change and any release-related changes
9+ 1 . Create a new tag with ` git tag -s -m "Version x.y.z" vx.y.z ` .
10+ If the tag doesn't match with the project version, step 4 validation will fail.
11+ 1 . Push the tag to the repo with ` git push origin vx.y.z `
12+ 1 . There will be a GitHub Action triggered automatically which will build and publish to PyPI
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " wherobots-python-dbapi"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " Python DB-API driver for Wherobots DB"
55authors = [" Maxime Petazzoni <max@wherobots.com>" ]
66license = " Apache 2.0"
You can’t perform that action at this time.
0 commit comments