We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nx run core-types:version --push=true --baseBranch=feature/SAD --commitMessageFormat=fix: release {projectName} version {version} ❌ Error: fatal: Unable to create '/bp2/src/.git/index.lock': File exists.
The above command always fails. No git process is running and I am removing "index.lock" before this.
"@jscutlery/semver": "^4.1.0", "nx": "15.8.9",
The text was updated successfully, but these errors were encountered:
@sunglam Are you running another command like affected or run-many? Parallelization of the command could be the cause of this issue.
Sorry, something went wrong.
No branches or pull requests
The above command always fails. No git process is running and I am removing "index.lock" before this.
"@jscutlery/semver": "^4.1.0",
"nx": "15.8.9",
The text was updated successfully, but these errors were encountered: