Skip to content

Commit

Permalink
docs: fix xml mention in json docs (#2243)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
AngelOnFira and chingor13 authored Sep 11, 2024
1 parent a4bbce1 commit 92abffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92abffb

Please sign in to comment.