From 125d41ebbcd3ee87e0cfde4ed3102a0ca42b37a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Tue, 3 Oct 2023 13:25:10 +0200 Subject: [PATCH] docs: improve FAQ note about 0.x major versions (#2993) --- docs/support/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/FAQ.md b/docs/support/FAQ.md index f0b2cdcd..8db2b5ad 100644 --- a/docs/support/FAQ.md +++ b/docs/support/FAQ.md @@ -195,7 +195,7 @@ If you need more control over the timing of releases, see [Triggering a release] ## Can I set the initial release version of my package to `0.0.1`? -This is not supported by **semantic-release** as it's not considered a good practice, mostly because [Semantic Versioning](https://semver.org) rules applies differently to major version zero. +This is not supported by semantic-release. [Semantic Versioning](https://semver.org/) rules apply differently to major version zero and supporting those differences is out of scope and not one of the goals of the semantic-release project. If your project is under heavy development, with frequent breaking changes, and is not production ready yet we recommend [publishing pre-releases](../recipes/release-workflow/pre-releases.md#publishing-pre-releases).