We've reached a point where our releases JSON counts as "large" according to the GitHub API.
This fact means that we need to either use Git LFS (no way), rethink how we store our list of releases (maybe down the line), or pare down on the least useful + biggest fields (this is what this PR does).
The "uploader" field for each release asset takes up an enormous amount of lines to just say @electron-bot each time, so it got the ax.
We've reached a point where our releases JSON counts as "large" according to the GitHub API.
This fact means that we need to either use Git LFS (no way), rethink how we store our list of releases (maybe down the line), or pare down on the least useful + biggest fields (this is what this PR does).
The
"uploader"
field for each release asset takes up an enormous amount of lines to just say @electron-bot each time, so it got the ax.cc @dsanders11