Skip to content

Commit dd53557

Browse files
committed
docs: update docs
1 parent 180d310 commit dd53557

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2321
-2870
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@ jobs:
7878
${{ runner.os }}-
7979
- run: npm i -g pnpm
8080
- run: pnpm i
81-
- run: pnpm semantic-release
81+
82+
- name: Create Release Pull Request or Publish to npm
83+
id: changesets
84+
uses: changesets/action@v1
85+
with:
86+
# This expects you to have a script called release which does a build for your packages and calls changeset publish
87+
publish: pnpm release
8288
env:
8389
GITHUB_TOKEN: ${{ secrets.PKG_DEPLOY_TOKEN }}
8490
NPM_TOKEN: ${{ secrets.NPM_PKG_PUBLIC_TOKEN }}

0 commit comments

Comments
 (0)