decomp.me icon indicating copy to clipboard operation
decomp.me copied to clipboard

Have Deployment Robort build a changelog

Open ethteck opened this issue 3 years ago • 2 comments

Currently, Deployment Robort just tells us which commit we are coming from and which we're going to. However, we can probably provide more information, showing a brief changelog based on the commits in the series.

This should be fairly trivial - just get the first line or so of each commit from where we start to where we're going. We already have the commit hashes, so this should be doable with some bash / git commands.

If a snippet is provided, I'll add it to the deployment script.

ethteck avatar Sep 22 '22 11:09 ethteck

image

We have the variables in our update script as $OLD_HASH and $NEW_HASH

ethteck avatar Sep 22 '22 11:09 ethteck

Also, we should have him send a message when deployment starts (and potentially delete it after deployment is done)

bates64 avatar Sep 22 '22 12:09 bates64

I did it

ethteck avatar Dec 14 '22 15:12 ethteck