Skip to content

Release 1.0.3

Choose a tag to compare

@github-actions github-actions released this 24 Dec 11:40
· 8 commits to main since this release

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

πŸ“¦ Docker Image

docker pull ghcr.io/victorbruce/angular-starter-project:1.0.3