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.
1 parent c91b4b3 commit 8bb0a5aCopy full SHA for 8bb0a5a
.changeset/config.json
@@ -1,10 +1,10 @@
1
{
2
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
3
"changelog": "@changesets/cli/changelog",
4
- "commit": false,
+ "commit": true,
5
"fixed": [],
6
"linked": [],
7
- "access": "restricted",
+ "access": "public",
8
"baseBranch": "main",
9
"updateInternalDependencies": "patch",
10
"ignore": []
.github/workflows/publish-release.yml
@@ -6,6 +6,11 @@ on:
branches:
- main
+permissions:
+ contents: write
11
+ pull-requests: write
12
+ issues: write
13
+
14
jobs:
15
release:
16
name: Publish Release
0 commit comments