Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing script example: "ci:version" #393

Open
pawelkrystkiewicz opened this issue Feb 26, 2023 · 1 comment
Open

Missing script example: "ci:version" #393

pawelkrystkiewicz opened this issue Feb 26, 2023 · 1 comment

Comments

@pawelkrystkiewicz
Copy link

pawelkrystkiewicz commented Feb 26, 2023

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.

@zkochan
Copy link
Member

zkochan commented Mar 1, 2023

cc @juanpicado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants