Release 1.0.3
1.0.3 (2025-12-24)
π― Deployment Optimization
This release optimizes the deployment workflow to trigger only on version tags, eliminating redundant deployments and providing explicit control over production releases.
β¨ Key Changes
- Tag-based deployments: Deploy only when version tags are pushed (v1.0.0, v1.1.0, etc.)
- Automatic GitHub Releases: Release notes generated and published automatically
- Enhanced deployment tracking: Version information in deployment logs
- Deployment verification: Automated health checks after deployment
π Impact
- 50% fewer deployments: One deployment per release instead of two
- CI/CD efficiency: Saves ~50 CI minutes per month
- Explicit control: Deploy only when you create a release
- Professional workflow: Industry-standard tag-based deployments
π Usage
Workflow remains the same:
# Create and push release
npm run release
git push --follow-tags origin main
# Deployment triggered automatically by tagπ Resources
- Live Demo: https://angular-starter-project.onrender.com
- Documentation: README.md
- Full Changelog: v1.0.2...v1.0.3
π¦ Docker Image
docker pull ghcr.io/victorbruce/angular-starter-project:1.0.3