Deploying only tagged versions to production with Vercel and release-please
10th March, 2023#web-dev#github#release-please#vercel#blog
I created a way to deploy only tagged versions of my site to production using Vercel and the release-please bot. I used Vercel's ignored build step and a custom script to check for the presence of release-please commit messages. This ensures that only properly tagged versions are deployed to production.
Continue reading...