commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.58k stars 552 forks source link

feat(init): add pnpm support #915

Closed chenaski closed 1 year ago

chenaski commented 2 years ago

Added --pnpm option. For pnpm available --save, --save-dev and --save-exact options.

Resolves: #893, resolves #858, resolves #884.

huzedong2015 commented 2 years ago

How much longer will it take?

chenaski commented 2 years ago

Are there any extra steps I should take?

hellorayza commented 2 years ago

Can anyone help?

lisen6 commented 2 years ago

Why doesn't mine work

pulanski commented 2 years ago

would love to see these changes added

jiamianmao commented 1 year ago

would love to see these changes added

mattyaodoit commented 1 year ago

Keen to get this merged and support pnpm

enrique-ramirez commented 1 year ago

Any news on this?

chenaski commented 1 year ago

Does anyone know how everything works in this repo?

HubooDeclan commented 1 year ago

Can we get this merged?

AmmarArnt commented 1 year ago

Would love this PR merged too. Is this repo maintained?

Ruobei commented 1 year ago

would love to see these changes added

wangrongding commented 1 year ago

Looking forward to this pr being merged. 👀

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 4.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

jimthedev commented 1 year ago

It released but the tests are failing. So

  1. Build should not allow this.
  2. We may need to roll back or at least mark this as breaking and fix the tests.
chenaski commented 1 year ago

I don't think there are any breaking changes, it seems I just forgot to update azure pipeline. We need to add a pnpm installation before running the tests.

Jalever commented 10 months ago

Great!