-
Notifications
You must be signed in to change notification settings - Fork 27
Support providing binary file contents in base64 encoding #506
Description
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 content string provided is in utf-8 or base64 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