pnpm.io
pnpm.io copied to clipboard
Missing script example: "ci:version"
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.
cc @juanpicado