You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
FileDatato declare whether the contentstringprovided is inutf-8orbase64encoding. 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