We will now be doing official releases of this interface.
We will be using Semantic Versioning Which is MAJOR.MINOR.PATCH
- MAJOR - Will follow major Polyglot releases, current 2
- MINOR - Any release that adds functionality
- PATCH - Only fixes problems, no functional changes
We will be following methods defined Managing releases in a repository
https://pypi.org https://test.pypi.org
Created github user udi-pg-dev to email [email protected] Created pypi and test pypi users udi-pg-dev
Documentation https://realpython.com/documenting-python-code/ Use NumPy/SciPy Docstrings
The releases are handled by Github actions
- Go to polyglot-v2-pyhton-interface Releases
- Click 'Draft a new release'
- Set Tag version to the relese with a v prefix, e.g. v2.1.0
- Target: should always be master
- Set Release title: Version 2.1.0
- Describe the release. Currently copy the info added to CHANGELOG.md
- This is a pre-release is not yet tested.