pnpm.io icon indicating copy to clipboard operation
pnpm.io copied to clipboard

Missing script example: "ci:version"

Open pawelkrystkiewicz opened this issue 2 years ago • 1 comments

On docs page https://pnpm.io/using-changesets there is example of GH actions yml that uses custom command "ci:version" which is not documented on that page.

with:
          version: pnpm ci:version ## <-- this here
          commit: "chore: update versions"
          title: "chore: update versions"
          publish: pnpm ci:publish

No knowing what this script is a blocker for me. Essentialy what I am looking for is how to do npm version <type> but with pnpm.

pawelkrystkiewicz avatar Feb 26 '23 10:02 pawelkrystkiewicz

cc @juanpicado

zkochan avatar Mar 01 '23 22:03 zkochan