NX Release override git config in the cli #32683
Unanswered
JamesMHenderson
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a scenario where I need to create prerelease versions of an app and don't want to commit the package.json or changelog changes, but I do want to commit these when versioning the main branch.
Is it possible to override the config
as a cli variable as part of
nx release
I know it is possible to do it individually on thenx release version
by specifying--git-commit=false
as an argument but this isn't accepted when running the mainnx release
command.Beta Was this translation helpful? Give feedback.
All reactions