mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
412 B
412 B
CLAUDE.md
Release Process
Never manually bump versions in package.json files. The release workflow handles version bumps automatically.
To release a new version:
- Merge your feature PR to main (without any version changes)
- Create a GitHub Release with the new version tag (e.g.,
v1.3.0) - The workflow will automatically update package.json files, commit with
[skip ci], and publish to npm