Skip to content

Deployment

Create a new version

Run the following command on branch origin/main to bump version, update changelog and create a tag:

npm run release

Next, push the changes to the remote repository:

git push --follow-tags origin main

This will trigger a CI/CD pipeline that automatically builds and publishes the app.