ci(0.76): backport publish pipeline changes#2444
Merged
Saadnajmi merged 4 commits intoMar 26, 2025
Merged
Conversation
`nx release` requires a `.npmrc` file. Let's create one with our NPM auth token, and remove it after we finish publishing out of an abundance of caution. Change is already in 0.76-stable and 0.77-stable. For whatever reason, it works on 0.76 and not on 0.77 --------- Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
## Summary: `prerelease` can be `undefined` while `generatorOptions.preid` is an empty string. Update the check to handle that ## Test Plan: CI should pass
## Summary: I noticed NPM publish failing still. My guess is the second addition of this line to our `.npmrc` is messing it up ## Test Plan: Testing on 0.78 release.
tido64
approved these changes
Mar 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Backport #2422 , #2432 , and #2434 to 0.76-stable
Test Plan:
CI should pass