mirror of
https://github.com/olehomelchenko/astrolabe-nvc.git
synced 2025-12-21 21:22:23 +00:00
feat: update versioning and release checklist for alpha development
This commit is contained in:
20
project-docs/release-checklist.md
Normal file
20
project-docs/release-checklist.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Release Checklist
|
||||
|
||||
## Version Update
|
||||
- [ ] Update `APP_VERSION` in `src/js/config.js`
|
||||
- [ ] Update `CACHE_NAME` in `sw.js`
|
||||
- [ ] Update version in `CLAUDE.md`
|
||||
- [ ] Update `CHANGELOG.md` with changes and date
|
||||
|
||||
## Release
|
||||
- [ ] Commit: `git commit -m "chore: bump version to X.Y.Z"`
|
||||
- [ ] Tag: `git tag vX.Y.Z`
|
||||
- [ ] Push: `git push && git push --tags`
|
||||
|
||||
## Verify
|
||||
- [ ] Test version displays in header
|
||||
- [ ] Test basic functionality
|
||||
|
||||
## Version Numbering
|
||||
- **Alpha**: `0.x.y` (current)
|
||||
- **Stable**: `1.0.0+` (after public release)
|
||||
Reference in New Issue
Block a user