Skip to content

Commit 8d15b01

Browse files
ascorbicclaude
andauthored
fix: correct repository name in changeset config (#5)
The changelog generator was pointing to the wrong repository (ascorbic/library-template instead of ascorbic/vitest-browser-astro), causing it to fail when trying to fetch commit information from GitHub. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 51d659f commit 8d15b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": [
44
"@changesets/changelog-github",
55
{
6-
"repo": "ascorbic/library-template"
6+
"repo": "ascorbic/vitest-browser-astro"
77
}
88
],
99
"commit": false,

0 commit comments

Comments
 (0)