Skip to content

Commit 80135c9

Browse files
committed
2
1 parent 94b6d5b commit 80135c9

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "Schniz/fnm" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "webvs2/fnm-ai" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fnm-ai": patch
3+
---
4+
5+
Correct release metadata to use the `webvs2/fnm-ai` GitHub repository for changelog generation.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Natural-language assistant for fnm Node.js version management",
55
"private": false,
6-
"repository": "git@github.com:Schniz/fnm.git",
6+
"repository": "git@github.com:webvs2/fnm-ai.git",
77
"author": "Gal Schlezinger <gal@spitfire.co.il>",
88
"type": "module",
99
"packageManager": "pnpm@9.1.4",
@@ -35,7 +35,7 @@
3535
"generate-command-docs": "./.ci/print-command-docs.js"
3636
},
3737
"changelog": {
38-
"repo": "Schniz/fnm",
38+
"repo": "webvs2/fnm-ai",
3939
"labels": {
4040
"PR: New Feature": "New Feature 🎉",
4141
"PR: Bugfix": "Bugfix 🐛",
@@ -71,4 +71,4 @@
7171
"prettier": {
7272
"semi": false
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)