We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
access
restricted
public
1 parent 34e7f22 commit 0f96a5cCopy full SHA for 0f96a5c
β.changeset/config.json
@@ -4,7 +4,7 @@
4
"commit": false,
5
"fixed": [],
6
"linked": [],
7
- "access": "restricted",
+ "access": "public",
8
"baseBranch": "main",
9
"updateInternalDependencies": "patch",
10
"ignore": []
β.github/workflows/publish.yml
@@ -22,8 +22,8 @@ jobs:
22
uses: changesets/action@v1
23
with:
24
publish: pnpm npm:publish
25
- title: "ci(changesets): :package: version packages"
26
- commit: "ci(changesets): version packages"
+ title: "π€ ci(changesets): :package: version packages"
+ commit: "π€ ci(changesets): version packages"
27
setupGitUser: false
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments