Next.js Discord

Discord Forum

Hi, I was wondering if anyone knows what the release strategy is of the NextJS project

Answered
Gray-cheeked Thrush posted this in #help-forum
Open in Discord
Gray-cheeked ThrushOP
We are creating our project maintenance strategy and want to align this with a stable version of the NextJS project. But I cannot find any information regarding the NextJS release strategy. Is there a difference between stable, bugfix, and feature releases?
Answered by Clown
so canary are patch fixes where Major.Minor.Patch. Eventually they add upto a minor release.
View full answer

5 Replies

so canary are patch fixes where Major.Minor.Patch. Eventually they add upto a minor release.
Answer
Gray-cheeked ThrushOP
Check, thanks for your answer!
@Clown so canary are patch fixes where Major.Minor.Patch. Eventually they add upto a minor release.
not really correct. 1.1.1-canary.1 (canary versions) are [prerelease versions](https://semver.org/#spec-item-9), while patch versions are versions like 1.1.1
but yes, nextjs follows semver