regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
74 stars 34 forks source link

Include checksums in changelog #146

Open CJ-Wright opened 6 years ago

CJ-Wright commented 6 years ago

Would it be possible to include the checksums in the changelog? What is the best way to programatically expose the checksums? (I'm thinking about the bot using user generated checksums)

scopatz commented 6 years ago

If you want the changelog to part of the release, then you run into incompleteness issues. You can't compute the checksum without having the complete repository. And if you want to include the checksums, the repository isn't complete!

That said, there could be an activity that computes the checksums AFTER the tag operation. This data could then get shoved into the docs somewhere before they are built. But the checksum itself wouldn't be part of the release tarball.

CJ-Wright commented 6 years ago

Hmm ok.

Edit: Right, I was just hoping to put this into the github release notes, which I think is after the tag.