Skip to content

Commit 78d61b2

Browse files
ascorbicclaude
andauthored
docs: add changeset config to setup checklist (#71)
Add instructions to update .changeset/config.json when setting up a new project from this template: - Update the repo field to match the new repository - Review and update the ignore array as needed This prevents CI failures when the changelog generator tries to fetch commit information from the wrong repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 12b46c1 commit 78d61b2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CLAUDE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1212
4. **Test files**: Rename `packages/example/test/hello.test.ts` to a more appropriate test name
1313
5. **Package directory**: Rename `packages/example/` to your actual package name
1414
6. **Workspace name**: Update the workspace name in the root `package.json`
15-
7. **GitHub Secrets**: Set up required secrets in GitHub repository settings:
15+
7. **Changeset configuration** in `.changeset/config.json`:
16+
- Update `repo` field from `ascorbic/library-template` to your actual repository (e.g., `yourname/yourrepo`)
17+
- Review the `ignore` array and remove/update package names as needed for your project
18+
8. **GitHub Secrets**: Set up required secrets in GitHub repository settings:
1619
- `APP_PRIVATE_KEY` - GitHub App private key for release workflow
17-
- `APP_ID` - GitHub App ID for release workflow
20+
- `APP_ID` - GitHub App ID for release workflow
1821
- `CLAUDE_CODE_OAUTH_TOKEN` - Claude Code OAuth token for PR assistant
19-
8. **npm Trusted Publishing**: Configure trusted publishing on npmjs.com for your packages to enable OIDC authentication (no NPM_TOKEN needed)
22+
9. **npm Trusted Publishing**: Configure trusted publishing on npmjs.com for your packages to enable OIDC authentication (no NPM_TOKEN needed)
2023

2124
After setup, remove this section from CLAUDE.md.
2225

0 commit comments

Comments
 (0)