Skip to content

v1.0.0

Choose a tag to compare

@mstrlaw mstrlaw released this 24 May 15:46
· 3 commits to main since this release
14550ee

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 main branch;
  • Only deploys to staging when merging in to main;
  • Only deploys to prod when creating a tag using the main branch;

Full Changelog: v0.1.2...v1.0.0