From 3fdcccf1e3444c952260869d78ccd5a0d174e1af Mon Sep 17 00:00:00 2001 From: rizary Date: Mon, 23 Jun 2025 09:47:55 +0700 Subject: [PATCH] docs: adding important notes on versioning --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6b7de92..17c8f01 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -361,6 +361,11 @@ pnpm run changelog - **Minor** (0.1.0): New features (`feat:` commits) - **Patch** (0.0.1): Bug fixes, docs, style, refactor, etc. +**Important Note for 0.x.x versions:** +- Before 1.0.0, breaking changes typically bump the **minor** version +- Example: `0.1.2` with `BREAKING CHANGE:` → `0.2.0` (not 1.0.0) +- Major version 1.0.0 is reserved for the first stable, production-ready release + #### Tagging Convention - Tags follow semantic versioning: `v0.1.2`, `v1.0.0` - Tags are automatically created during release process