feat: add VERSION file as single source of truth + sync script
- Create VERSION file (3.6.0) as the canonical version source - Add scripts/sync-version.sh for automated version synchronization - Fix version inconsistencies in cheatsheet.md and ultimate-guide.md - Script supports --check mode for CI validation Usage: ./scripts/sync-version.sh [--check] Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
34b2ca7200
commit
5575ae69a8
4 changed files with 85 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
**Written with**: Claude (Anthropic)
|
||||
|
||||
**Version**: 3.5.0 | **Last Updated**: January 2026
|
||||
**Version**: 3.6.0 | **Last Updated**: January 2026
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
**Last updated**: January 2026
|
||||
|
||||
**Version**: 3.5.0
|
||||
**Version**: 3.6.0
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -9515,4 +9515,4 @@ Thumbs.db
|
|||
|
||||
**Contributions**: Issues and PRs welcome.
|
||||
|
||||
**Last updated**: January 2026 | **Version**: 3.0.7
|
||||
**Last updated**: January 2026 | **Version**: 3.6.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue