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

Fix package naming #368

Merged
merged 10 commits into from
Mar 5, 2025
Merged

Fix package naming #368

merged 10 commits into from
Mar 5, 2025

Conversation

Saeid-Abadi
Copy link
Contributor

Fixes:
The package name for the OSS version had a trailing "-" at the end.
The packages were not updated to the latest version when no version was provided.

@Saeid-Abadi Saeid-Abadi requested a review from widhalmt March 5, 2025 09:05
Copy link
Member

@widhalmt widhalmt left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

Fixing the bug with the version separator being present when installing oss versions will help a lot.

I saw your changes would also alway install the latest version of the packages which is not desireable. First, you want to have control over when a new version is installed, second checking for new versions will slow down the execution by a lot.

Also, please make sure to have only one change per PR. So one PR for the bug of with the versionseparator and one for updating to latest.

I know, it's a bit stupid of me to add suggestions for something that needs to be removed, but maybe it will help with the next PR.

@Saeid-Abadi
Copy link
Contributor Author

Related to #371

Copy link
Member

@widhalmt widhalmt left a comment

Choose a reason for hiding this comment

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

Nice, thank you!

@widhalmt widhalmt enabled auto-merge March 5, 2025 14:09
@widhalmt widhalmt added this pull request to the merge queue Mar 5, 2025
Merged via the queue into main with commit 5de0915 Mar 5, 2025
10 checks passed
@widhalmt widhalmt deleted the feature/version-handeling branch March 5, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants