Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 806 Bytes

File metadata and controls

9 lines (6 loc) · 806 Bytes

Deployment

We are using conventional commits and semantic versioning for the project. The deployment process is as follows:

  • When a pull request is merged into main triggers a preview deployment in Vercel and a new pull request created by release-please GitHub Action with the changes documented in the CHANGELOG.md file
  • When the pull request with the changes in the CHANGELOG.md file is merged into main and has breaking changes, it triggers a version bump as a git tag.
  • Then, we can manually deploy the new version to production by using the GitHub Action deploy-website-production and selecting the tag to deploy.

deployment