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

Use upgrade --exact for NPM package publication #3083

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

nkuba
Copy link
Member

@nkuba nkuba commented Jul 11, 2022

We want to add --exact flag so the version of tagged package is
resolved to an exact value. Without this flag by default the version is
resolved by adding ^, which can cause problems when resolving versions
with -dev, -goerli, -mainnet suffixes.

We want to add `--exact` flag so the version of tagged package is
resolved to an exact value. Without this flag by default the version is
resolved by adding `^`, which can cause problems when resolving versions
with `-dev`, `-goerli`, `-mainnet` suffixes.
@nkuba nkuba self-assigned this Jul 11, 2022
@michalinacienciala michalinacienciala merged commit e6426fa into main Jul 11, 2022
@michalinacienciala michalinacienciala deleted the upgrade-exact branch July 11, 2022 09:29
@pdyraga pdyraga added this to the v2.0.0-m1 milestone Jul 15, 2022
@pdyraga pdyraga modified the milestones: v2.0.0-m0, v2.0.0-m4 Sep 30, 2022
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.

3 participants