We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9be3f commit 0d38ab9Copy full SHA for 0d38ab9
1 file changed
CLAUDE.md
@@ -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