Allow users to publish only a subset of changesets
Created by: mrnugget
With the switch to the new workflow publishing changesets is an all-or-nothing operation.
Right now, to publish the changesets in a campaign the user has to switch the published: false in the campaign spec
# ...
changesetTemplate:
# ...
published: false
from false to true.
We should allow users to publish only a subset of changesets.
More generally: we should allow users to set all of the attributes in the changesetTemplate (commit message, title, body, ...) for only a subset of repositories.