campaigns: allow user to set git commit author
Created by: chrispine
This is the back-end side of the fix for #12769. (src-cli PR)
It implements the first part of RFC 229, so campaign specs can have changeset templates that now look like:
changesetTemplate:
title: Hello World
body: My first campaign
branch: hello-world # Push the commit to this branch.
commit:
message: Append Hello World to all README.md files
author:
name: Chris Pine
email: [email protected]
published: true
Issues
- I don't know how to say "this version of src-cli goes with that version of the back-end".