Support providing binary file contents in base64 encoding #506
Labels
priority: p3
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.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
I am using release-please and need to overwrite binary files in my release flow. release-please uses code-suggester to create PRs.
Describe the solution you'd like
Simply add a field to
FileData
to declare whether the contentstring
provided is inutf-8
orbase64
encoding. I already have code for this (~ 20 lines of code) and can make a PR.Describe alternatives you've considered
It is a fairly simple fix, not sure if there are any other ways to do it.
Additional context
N/A
The text was updated successfully, but these errors were encountered: