Test version generation with versioningit #362
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's changing
Version tags for distributable packages can be set up using the repository tags instead of hardcoding them in the
pyproject.toml
files. This PR starts with the schemas repository; whatever method is decided will be applied to the SDK package as well.The chosen package is
versioningit
, but suggestions are welcome. Some reference links to read are:How to test it
The following items cover the known procedures where version generation could fail:
lumigator/python/mzai/schemas
and douv build
. Then check the package names in thedist
directory.lumigator/python/mzai/sdk
and douv build
. Then check the package names in thedist
directory.make local-up
. Everything should work as expected.make start-lumigator-build
and run the SDK integration tests. Everything should work as expected.Additional notes for reviewers
I already...