From 98ec4160488bec96d4fe89786d20aad536fe529f Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Thu, 9 Jan 2025 12:31:02 +0530 Subject: [PATCH] Updated docs of versioning policy Signed-off-by: AmbrishRamachandiran --- docs/overview/versioning-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/versioning-policy.md b/docs/overview/versioning-policy.md index f5e2e222f8..e108161281 100644 --- a/docs/overview/versioning-policy.md +++ b/docs/overview/versioning-policy.md @@ -108,7 +108,7 @@ The following versioning policy applies to all packages: - Breaking changes are noted in the changelog, and documentation is updated. - Breaking changes are prefixed with `**BREAKING**: ` in the changelog. - All public exports are considered stable and will have an entry in the - changelog + changelog. - Breaking changes are recommended to document a clear upgrade path in the changelog. This may be omitted for newly introduced or unstable packages.