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(push): ensure version is non-empty when pushing to registry #247

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

kubkon
Copy link
Contributor

@kubkon kubkon commented Feb 13, 2025

Fixes #246

I have decided to introduce a wrapper around validating version of the package for the push command rather than inlining it with the intent that perhaps in the future semver could be enforced, or other validation performed.

@beeb beeb self-requested a review February 13, 2025 12:37
Copy link
Collaborator

@beeb beeb 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 the fix! Yeah the backend should have caught that but it's good to also perform the verification locally

@mario-eth mario-eth merged commit 5c8fc5e into mario-eth:main Feb 13, 2025
8 checks passed
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.

It is possible to publish a package with empty version to the registry
3 participants