diff --git a/.changeset/config.json b/.changeset/config.json index a6b9e318..4c9faa62 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,7 @@ ], "commit": false, "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "bumpVersionsWithWorkspaceProtocolOnly": true, diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 245486d6..14e85007 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -13,6 +13,7 @@ jobs: contents: write issues: write pull-requests: write + id-token: write name: Release runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index 1e751a7d..cb3b8f38 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "1.3.1", "type": "module", "description": "Svelte parser for ESLint", - "repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git", + "repository": { + "type": "git", + "url": "git+https://github.com/sveltejs/svelte-eslint-parser.git" + }, "homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme", "author": "Yosuke Ota (https://github.com/ota-meshi)", "contributors": [