Skip to content

Commit

Permalink
fix: changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Aug 27, 2024
1 parent cdc4f9f commit 1dedec2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [["@fn-sphere/*"]],
"fixed": [["@fn-sphere/core", "@fn-sphere/filter"]],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"ignore": ["playground", "docs"]
}
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release
publish: "pnpm run release"
title: "chore: version packages"
commit: "chore: version packages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 1dedec2

Please sign in to comment.