Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic versioning - remove local version #34

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

richtja
Copy link
Contributor

@richtja richtja commented Dec 3, 2024

Current dynamic versioning configuration uses latest local git commit has to generate local version of aautils. This causes troubles in pre-release testing because such version in not compatible with PEP 643 and can't be uploaded to test.pypi. This commit removes the commit hash from version and adds dev tag if the build is not part of the release process.

Reference:
https://github.com/avocado-framework/aautils/actions/runs/12123321653/job/33799201398#step:3:164

Current dynamic versioning configuration uses latest local git commit
has to generate local version of aautils. This causes troubles in
pre-release testing because such version in not compatible with PEP 643
and can't be uploaded to test.pypi. This commit removes the commit hash
from version and adds dev tag if the build is not part of the release
process.

Reference:
https://github.com/avocado-framework/aautils/actions/runs/12123321653/job/33799201398#step:3:164
Signed-off-by: Jan Richter <[email protected]>
@richtja richtja self-assigned this Dec 3, 2024
Copy link
Contributor

@clebergnu clebergnu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@clebergnu clebergnu merged commit 7a2efad into avocado-framework:main Dec 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 109
Development

Successfully merging this pull request may close these issues.

3 participants