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.
2 parents 48bb828 + 6fad8c8 commit 462922bCopy full SHA for 462922b
.changeset/config.json
@@ -3,7 +3,7 @@
3
"changelog": "@changesets/cli/changelog",
4
"commit": false,
5
"linked": [],
6
- "access": "restricted",
+ "access": "public",
7
"baseBranch": "master",
8
"updateInternalDependencies": "patch"
9
}
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
run: yarn install && git checkout yarn.lock
34
- name: Create Release Pull Request or Publish to NPM
35
id: changesets
36
- uses: changesets/action@master
+ uses: changesets/action@v1
37
with:
38
publish: yarn release
39
commit: 'chore(release): update monorepo packages versions'
0 commit comments