Skip to content

Commit 0d38ab9

Browse files
committed
docs: add CLAUDE.md with release process guidelines
1 parent 9b9be3f commit 0d38ab9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CLAUDE.md
2+
3+
## Release Process
4+
5+
**Never manually bump versions in package.json files.** The release workflow handles version bumps automatically.
6+
7+
To release a new version:
8+
1. Merge your feature PR to main (without any version changes)
9+
2. Create a GitHub Release with the new version tag (e.g., `v1.3.0`)
10+
3. The workflow will automatically update package.json files, commit with `[skip ci]`, and publish to npm

0 commit comments

Comments
 (0)