Skip to content

Have the SDK version in one file #117

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

Open
1 task
CDiezRodriguez opened this issue Mar 25, 2025 · 2 comments · May be fixed by eclipse-tractusx/tractusx-sdk#83
Open
1 task

Have the SDK version in one file #117

CDiezRodriguez opened this issue Mar 25, 2025 · 2 comments · May be fixed by eclipse-tractusx/tractusx-sdk#83
Assignees
Labels
enhancement New feature or request

Comments

@CDiezRodriguez
Copy link
Contributor

CDiezRodriguez commented Mar 25, 2025

Description

Keeping the SDK version in one file makes it easier to manage, avoid mismatches, and update consistently across the project

Acceptance Criteria

  • The SDK version should be defined in only one file.
@gomezbc
Copy link
Contributor

gomezbc commented Apr 2, 2025

Example of an action that automatically updates the version and publishes package: https://github.com/eclipse-tractusx/sldt-digital-twin-registry/actions/workflows/release.yml

If we use: https://pypi.org/project/poetry-dynamic-versioning/ it will update version automatically on build time if a new git tag is created, but we would need to create a commit that updates version in the code.

Example of an eclipse project that uses poetry: https://github.com/eclipse-csi/otterdog/blob/main/.github/workflows/publish.yml

@CDiezRodriguez CDiezRodriguez removed the refine-me! Issues that need to be refined! label Apr 2, 2025
@CDiezRodriguez
Copy link
Contributor Author

Workflow to release with the tag, similar to "v.0.0.2" that change all the files with the version specified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

3 participants