-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix(release): add overall nx release command #20535
fix(release): add overall nx release command #20535
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit c605d79. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 5 targets
Sent with 💌 from NxCloud. |
74cdca6
to
72b4477
Compare
Converted to draft until the introductory documentation is added |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit f93f06f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
Added initial docs (based on plan agreed with @isaacplmann), they are ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can merge this as is, but I'll move a lot of the Release
section of the nx.json docs into a separate page in a future PR.
Co-authored-by: James Henry <[email protected]> Co-authored-by: Isaac Mann <[email protected]>
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Versioning, changelog generation, and publishing must be done in distinct steps.
Expected Behavior
Versioning, changelog generation, and publishing can be done in the same step by running:
nx release [specifier]
The command will prompt the user for confirmation before publishing if
--dry-run
is not set. This prompt can be overridden with the--no
and--yes
flags, or their aliases,-n
and-y
.