mirror of
https://github.com/olehomelchenko/astrolabe-nvc.git
synced 2025-12-21 21:22:23 +00:00
533 B
533 B
Release Checklist
Version Update
- Update
APP_VERSIONinsrc/js/config.js - Update
CACHE_NAMEinsw.js - Update version in
CLAUDE.md - Update
CHANGELOG.mdwith 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)