This decouples generation of automated commits from the landing logic.
land-patch.sh can be used to land the change generated from this script, so there
is no need to duplicate this logic here.
Depends on D7467
Differential D7476
[land-bot] Call land-patch when generating automated commits jasonbcox on Sep 17 2020, 15:59. Authored by
Details
This decouples generation of automated commits from the landing logic. Depends on D7467 COMMIT_TYPE=archive-release-notes ./automated-commits.sh -p HEAD
Diff Detail
Event TimelineComment Actions This is doing exactly the wrong things. Instead of consolidating the framework in which automated commit happen, this instead consolidate the fact that there some kind of big ball of mud type script that can do every signle automated commit, but only half the workflow.
Comment Actions I' not sure why you would revert back other changes, there were not bad per se.
Comment Actions Honestly some of them belong in their own patches. I shouldn't have done it that way to begin with because this patch as it is now is much easier to review.
|