decomp.me
decomp.me copied to clipboard
Have Deployment Robort build a changelog
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.
We have the variables in our update script as $OLD_HASH and $NEW_HASH
Also, we should have him send a message when deployment starts (and potentially delete it after deployment is done)
I did it