๐ Deployment & CI/CD
/docs/core-features/deployment--cicd
| Feature | Description | Automation |
|---|---|---|
| Version Bumping | major, minor, patch, prerelease | Automatic semver |
| Changelog Generation | Conventional commits parsing | Auto-generated |
| Git Integration | Tagging, committing | Automatic |
| NPM Publishing | alpha, beta, rc, latest tags | Tag-based |
| Validation | Lint, test, build, dependency checks | Pre-release |
| Dry Run Mode | Test releases without changes | Safe testing |
Release Channels
| Channel | Version Format | Purpose |
|---|---|---|
alpha | 1.0.0-alpha.1 | Early development |
beta | 1.0.0-beta.1 | Feature complete, testing |
rc | 1.0.0-rc.1 | Release candidate |
latest | 1.0.0 | Stable production |