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
Note that {projectName} is interpolated by NX now, even in the project.json file.
I wanted to make a PR for this, but it's becoming a bit long and unfortunately I have to do other things. The changes I see are:
README.md (first and foremost, when suggesting people to write "tagPrefix": "${projectName}@" or commit messages that contain stuff like chore(${projectName}))
functions formatTagPrefix and createTemplateString
unit tests
Cheers
The text was updated successfully, but these errors were encountered:
Hi guys,
Note that
{projectName}
is interpolated by NX now, even in the project.json file.I wanted to make a PR for this, but it's becoming a bit long and unfortunately I have to do other things. The changes I see are:
"tagPrefix": "${projectName}@"
or commit messages that contain stuff likechore(${projectName})
)formatTagPrefix
andcreateTemplateString
Cheers
The text was updated successfully, but these errors were encountered: