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
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: