We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a234c35 + 485aa5c commit 2643a40Copy full SHA for 2643a40
.changeset/config.json
@@ -1,11 +1,11 @@
1
{
2
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
3
"changelog": ["@changesets/changelog-github", { "repo": "traversable/schema" }],
4
+ "access": "public",
5
"snapshot": {},
6
"commit": false,
7
"fixed": [],
8
"linked": [],
- "access": "restricted",
9
"baseBranch": "main",
10
"updateInternalDependencies": "patch",
11
"ignore": ["@traversable/bin"]
.github/workflows/publish.yml
@@ -71,3 +71,4 @@ jobs:
71
title: 'chore: publish package(s)'
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments