-
Notifications
You must be signed in to change notification settings - Fork 542
Generic TOML updater #1832
Copy link
Copy link
Closed
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
TOML is a fairly common file type, but Release Please doesn't provide a generic updater for it. This should be fairly easy (hint: I've already done it) to provide because RP already has machinery for Rust packages.
Describe the solution you'd like
A
GenericTomlupdater can be added that uses JSONPath to update specific fields in a TOML file.Describe alternatives you've considered
Alternative would be to use the text based generic updater and enclose the sections in the
x-release-pleasecomments.Additional context
N/A