-
Couldn't load subscription status.
- Fork 2.6k
docs(misc): update nx release documentation for v22 changes #33189
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
Conversation
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
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
View your CI Pipeline Execution ↗ for commit 7e0fd2c
☁️ Nx Cloud last updated this comment at |
barbados-clemens
approved these changes
Oct 22, 2025
Changes: - Update all Nx Release guides to show the config for v22 and prior verisons - Update `nx.json` reference page to show `releaseTag` property and what they are prior to v22 - Add example showing all releaseTag options in v22 and < v22 (pattern, requireSemver, strictPreid, preferDockerVersion, checkAllBranchesWhen) - Update asides to use "Nx 22 Changes" instead of "Breaking Changes" (properties deprecated, not breaking until v23) - Fix `version.generatorOptions.updateDependents` → `version.updateDependents` reference Closes DOC-261
Added documentation for Nx Release v22 features that were not originally documented: - Enhanced preserveMatchingDependencyRanges documentation with default change explanation - Enhanced updateDependents documentation with all three options (always/auto/never) - Added replaceExistingContents option for changelog regeneration (Nx 22+) - Added ReleaseClient programmatic API note about ignoring nx.json config - Added Custom Changelog Renderer section with TypeScript example These additions complement the existing releaseTag documentation that was updated in the rebase from PR #33202. Related to DOC-261 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
jaysoo
added a commit
that referenced
this pull request
Oct 23, 2025
Changes: - Update all Nx Release guides to show the config for v22 and prior verisons - Update `nx.json` reference page to show `releaseTag` property and what they are prior to v22 - Add example showing all releaseTag options in v22 and < v22 (pattern, requireSemver, strictPreid, preferDockerVersion, checkAllBranchesWhen) - Update asides to use "Nx 22 Changes" instead of "Breaking Changes" (properties deprecated, not breaking until v23) - Fix `version.generatorOptions.updateDependents` → `version.updateDependents` reference Closes DOC-261 <img width="781" height="513" alt="image" src="https://github.com/user-attachments/assets/3b8a13c4-e863-40da-87cb-ae5a6264bb9e" /> <img width="866" height="626" alt="image" src="https://github.com/user-attachments/assets/e02fd179-80d7-42ea-993c-5da0ed793eaa" /> <img width="796" height="408" alt="image" src="https://github.com/user-attachments/assets/14bb5c54-089c-4ed3-8774-731cbdaa37a5" /> --------- Co-authored-by: Claude <[email protected]>
FrozenPandaz
pushed a commit
that referenced
this pull request
Oct 27, 2025
Changes: - Update all Nx Release guides to show the config for v22 and prior verisons - Update `nx.json` reference page to show `releaseTag` property and what they are prior to v22 - Add example showing all releaseTag options in v22 and < v22 (pattern, requireSemver, strictPreid, preferDockerVersion, checkAllBranchesWhen) - Update asides to use "Nx 22 Changes" instead of "Breaking Changes" (properties deprecated, not breaking until v23) - Fix `version.generatorOptions.updateDependents` → `version.updateDependents` reference Closes DOC-261 <img width="781" height="513" alt="image" src="https://github.com/user-attachments/assets/3b8a13c4-e863-40da-87cb-ae5a6264bb9e" /> <img width="866" height="626" alt="image" src="https://github.com/user-attachments/assets/e02fd179-80d7-42ea-993c-5da0ed793eaa" /> <img width="796" height="408" alt="image" src="https://github.com/user-attachments/assets/14bb5c54-089c-4ed3-8774-731cbdaa37a5" /> --------- Co-authored-by: Claude <[email protected]> (cherry picked from commit b3c3e40)
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.
Changes:
nx.jsonreference page to showreleaseTagproperty and what they are prior to v22version.generatorOptions.updateDependents→version.updateDependentsreferenceCloses DOC-261