-
Notifications
You must be signed in to change notification settings - Fork 0
Make a release
Carsten Fortmann-Grote edited this page Mar 26, 2024
·
2 revisions
2. Check syntax and formatting locally (Check-syntax-and-code-formatting, fix if needed.
3. Run tests locally (Testing), fix if needed
$ bumpversion major|minor|patch
This will increment the version number in all files that define a version string, such as <package>/__index__.py and docs/source/conf.py, add and commit AND tag the commit with the new version.
$ git push --follow-tags origin main