A Github action that reports visual differences between the base and head commit of pull requests by comparing user sessions replayed before and after the change.
Follow the instructions at https://app.meticulous.ai/docs to set this up on your repo.
-
Create a pull request to merge
main
intoreleases/v1
-> Click here to do so -
Merge it as a
merge
commit (notsquashed
norrebased
) -
- Set the next
v1.x.y
as a new tag - Set
releases/v1
as the target - Write release notes
- Set the next
-
Once the build completes the @v1 tag will automatically be pointed to the new head of the releases/v1 branch
To build run:
docker build . --platform=linux/amd64