Release v1.0.1
🎯 Highlights
This minor release adds GitHub deployment management utilities and improves project organization.
✨ New Features
GitHub Deployment Cleanup Script
- New TypeScript script to clean up non-successful GitHub deployments
- Dry-run mode: Preview changes before deletion
- Keep-last option: Preserve the most recent deployment
- Verbose mode: Detailed colored terminal output
- Located at:
scripts/git/cleanup-deployments.ts
Deployment Management Documentation
- Comprehensive French documentation for GitHub deployment management
- Multiple deletion methods covered (CLI, API, GitHub Actions)
- Code examples in JavaScript, Python, and shell scripts
- Complete troubleshooting guide and best practices
🔧 Improvements
Script Organization
- Moved
check-version-consistency.tstoscripts/git/directory - All git-related scripts now centralized in one location
- Removed empty
scripts/version/directory
📝 Documentation
- Updated CHANGELOG.md with v1.0.1 release notes
- Updated docs/reference/changelog.md with version details
Full Changelog: v1.0.0...v1.0.1