-
-
Notifications
You must be signed in to change notification settings - Fork 0
Release
Bobby Galli edited this page Mar 28, 2024
·
1 revision
This repo is automatically released to npm via GitHub Actions and Semantic Release. An Actions workflow is triggered when a PR is merged to the main
branch, incrementing the version number, building the package, and uploading the result to npm. The following steps must be followed to ensure that the release process works correctly.
- Every commit must follow the Conventional Commits standard for Semantic Release to increment the version number
- Use Squash and Merge with a commit message that adheres to the Conventional Commits standard
- Be sure that API updates are deployed first. Changes will not be deployed if Unit or E2E tests fail.