v1.0.0
What's Changed
- Establishes first stable version of PoC to demonstrate trunk-based CI/CD;
- Allows to deploy changes using Vercel's CLI to preview, staging and production environments;
- Runs E2E tests before allowing merge to
mainbranch; - Only deploys to staging when merging in to
main; - Only deploys to prod when creating a tag using the
mainbranch;
Full Changelog: v0.1.2...v1.0.0