Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Hello and welcome! This folder is generated and managed by `@changesets/cli`.

Run `pnpm changeset` after making a user-facing change. Select the appropriate semantic version bump and describe the change for the changelog.

Run `pnpm version` to consume pending changesets, update package versions, and generate the changelog.
Run `pnpm run version-packages` to consume pending changesets, update package versions, and generate the changelog.

Run `pnpm release` to test, type-check, build, and publish the package.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Create release pull request or publish
uses: changesets/action@v2
with:
version-script: pnpm version
version-script: pnpm run version-packages
publish-script: pnpm release
commit-message: "chore(release): version package"
pr-title: "chore(release): version package"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"changeset": "changeset",
"version": "changeset version",
"version-packages": "changeset version",
"release": "pnpm test && pnpm typecheck && pnpm build && changeset publish"
},
"dependencies": {
Expand Down