Persist: Publish New Build options across sessions

After refreshing the browser, the settings/options for Publishing a new build are reset.
This isn't usually changed very often between builds and it would be great for this to be saved to the branch so that it doesn't have to setup (especially scene selection) every build.
That would be super useful to have, in projects with a delicate scene selection this can be a constant source of potential errors (finding the right scene combo with every build).
It would be great not to save it per branch, but per project > branch > user, so that settings won't be changed "magically", because somebody else has changed them in the meantime.
If it's build settings, wouldn't that be more specific to the branch/project rather than to the user? eg it should be the same scene that loads first on the branch
If it's build settings, wouldn't that be more specific to the branch/project rather than to the user? eg it should be the same scene that loads first on the branch
Sometimes build is made for testing, so usually, it does include Source Maps, etc. And sometimes build is made for release, so it can be different settings.
If different people make builds, then users will conflict by switching between options.
At the same time, if you have release branch, you want those settings to be the same no matter who makes the release without each person that could be doing the release know what the settings should be.
It would be useful feature, because it annoys always to tune project settings again, Thanks!