jscutlery / semver

Nx plugin to automate semantic versioning and CHANGELOG generation.
MIT License
727 stars 84 forks source link

commitMessageFormat includes literal "$" character in interpolated projectName value #701

Open ryan-mcginty-alation opened 1 year ago

ryan-mcginty-alation commented 1 year ago
 npx nx affected --base=last-release --target=version --noVerify --parallel=1 --commitMessageFormat="chore(${projectName}): ABC-1234: release version ${version}"

Results in output with project name prepended with a "$":

chore($my-project): ABC-1234: release version 1.1.1"