We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a234c35 commit 485aa5cCopy full SHA for 485aa5c
.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