Skip to content

v1.0.1

Latest

Choose a tag to compare

@josedacosta josedacosta released this 02 Sep 07:32
· 4 commits to main since this release

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.ts to scripts/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