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

Pass allow-same-version to npm-version #1164

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

MikeEdgar
Copy link
Member

NPM compares the old and new versions without suffixes, so 0.4.0-SNAPSHOT has the -SNAPSHOT trimmed before comparison. This change tells NPM to allow the same version, bypassing the comparison. Ultimately, the version changed in the package*.json files will not be the same.

@MikeEdgar MikeEdgar added this to the 0.4.0 milestone Nov 1, 2024
Copy link

sonarqubecloud bot commented Nov 1, 2024

@MikeEdgar MikeEdgar merged commit dea823c into main Nov 1, 2024
9 checks passed
@MikeEdgar MikeEdgar deleted the fix-npm-set-version branch November 1, 2024 15:18
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.

1 participant