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 3f13997 commit adc8218Copy full SHA for adc8218
.changeset/config.json
@@ -3,7 +3,7 @@
3
"changelog": [
4
"@changesets/changelog-github",
5
{
6
- "repo": "@intlify/eslint-plugin-svelte"
+ "repo": "intlify/eslint-plugin-svelte"
7
}
8
],
9
"commit": false,
scripts/lib/changesets-util.ts
@@ -6,6 +6,6 @@ export async function getNewVersion(): Promise<string> {
const releasePlan = await getReleasePlan(path.resolve(__dirname, '../..'))
return releasePlan.releases.find(
- ({ name }) => name === '@intlify/eslint-plugin-svelte'
+ ({ name }) => name === 'eslint-plugin-svelte'
10
)!.newVersion
11
0 commit comments