You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running nx release with version plans and project filter to automatically release only a certain set of projects that have version plans, after successfully running, all version plans are deleted, even the projects that are excluded from the filter.
Expected Behavior
After releasing, the version plans should be updated accordingly to retain unreleased version plans
GitHub Repo
No response
Steps to Reproduce
Create a NX workspace with 2+ projects and enable version plans + independent projects
Add 2 version plans, each for 1 different project
Run nx release -p <project-a> to automatically apply version plan and release only
Only is updated while all version plans are deleted.
Current Behavior
When running
nx release
with version plans and project filter to automatically release only a certain set of projects that have version plans, after successfully running, all version plans are deleted, even the projects that are excluded from the filter.Expected Behavior
After releasing, the version plans should be updated accordingly to retain unreleased version plans
GitHub Repo
No response
Steps to Reproduce
nx release -p <project-a>
to automatically apply version plan and release onlyNx Report
Failure Logs
Package Manager Version
[email protected]
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: