# releases

Releases & Versioning

Fahrad Norouzi: https://unsplash.com/photos/diagram-UAZ78CL7-5g

I’m delving into personal projects way more than before, and I started using Renovate extensively for keeping my dependencies up to date. It saves tons of time and effort to deal with this tedious task.

And man, do I get goosebumps every time a new Next.js release pops up?!

release consistency

I’d expect it to be a walk in the park, and yet…

This release is backporting bug fixes. It does not include all pending features/changes on canary.


There’s nothing utterly complex here - people have figured it out ages ago. semver exists for a reason. Continuous delivery is blooming. Astro is shipping things in such a small and thoughtful way it’s a pleasure knowing things will work! Just check the confidence level of Renovate - even 28 days after a new Next.js release, it’s still “neutral”, while Astro’s are beaming green a few hours later!

I’m sure maintaining this monster is not an easy task. Yet, there are simple steps to improve DX tremendously, and I expect a company like that to tackle them.