-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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): ensure git push option is always applied #29596
fix(release): ensure git push option is always applied #29596
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
View your CI Pipeline Execution ↗ for commit d86822c.
☁️ Nx Cloud last updated this comment at |
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.
Thank you @thdk!
Note, I reworded your PR pre-merge to read more like a resolution rather than an issue description |
(cherry picked from commit bde8a21)
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
Running
nx release --git-push
doesn't push changes to the remote.Running
nx release --git-push --projects my-project
does push changes to the remote.Expected Behavior
nx release
commands should always push commits and tags whenever git push (either in nx.json or from command arguments) is set.Related Issue(s)
Fixes #29595