From 92abffb65bdf8e3d855224b15f3869d9f01aba5c Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 11 Sep 2024 13:14:56 -0400 Subject: [PATCH] docs: fix xml mention in json docs (#2243) Co-authored-by: Jeff Ching --- docs/customizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customizing.md b/docs/customizing.md index 0c5df16ea..3f290f5d1 100644 --- a/docs/customizing.md +++ b/docs/customizing.md @@ -199,7 +199,7 @@ force the [Generic](/src/updaters/generic.ts) updater, you must use type ## Updating arbitrary JSON files -For files with the `.xml` extension, the `version` property is updated. +For files with the `.json` extension, the `version` property is updated. For most release strategies, you can provide additional files to update using the [GenericJson](/src/updaters/generic-json.ts) updater. You can