In the pdr-utils repository, the version and tag name convention follows the format "vx.x.x":
- The version number consists of three parts separated by dots, The first part represents the major version, the second part represents the minor version, and the third part represents the patch version.
- When a new release is created, the version number should be incremented according to the significance of the changes made in the release.
To create a new release for pdr-utils, follow these steps:
- Visit the Github Releases page.
- Click on "Draft a new release."
- Choose an appropriate version tag (e.g., v1.0.0) and provide a release title.
- Add release notes and any relevant information about the new release.
- Once everything is ready, click "Publish release."
The CI will automatically push the new release to PyPI, making it available for installation and use.