Skip to content

Commit 462922b

Browse files
authored
Merge pull request #1452 from dimatill/changeset_config_update
changeset config update
2 parents 48bb828 + 6fad8c8 commit 462922b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"linked": [],
6-
"access": "restricted",
6+
"access": "public",
77
"baseBranch": "master",
88
"updateInternalDependencies": "patch"
99
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: yarn install && git checkout yarn.lock
3434
- name: Create Release Pull Request or Publish to NPM
3535
id: changesets
36-
uses: changesets/action@master
36+
uses: changesets/action@v1
3737
with:
3838
publish: yarn release
3939
commit: 'chore(release): update monorepo packages versions'

0 commit comments

Comments
 (0)