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

Improvements for the "publishPackages()" task #1040

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Improvements for the "publishPackages()" task #1040

merged 3 commits into from
Oct 28, 2024

Commits on Oct 27, 2024

  1. Fix (release-tools): The "publishPackages()" task should not throw an…

    … error after trying to publish packages after reaching an attempted limit. Instead, it should verify if the last try was successfully completed. If it wasn't, throw the error.
    
    Other (release-tools): Increased the attemptions limit from 3 to 5.
    pomek committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    da8fe50 View commit details
    Browse the repository at this point in the history
  2. Other (release-tools): Created a decorated version of utils exposes b…

    …y the "pacote" package ("manifest()", "packument()"). It prevents from using any cache when checking the npm registry.
    pomek committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d34a626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f2a58f View commit details
    Browse the repository at this point in the history