decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
366 stars 112 forks source link

Maintain a changelog #621

Open bates64 opened 1 year ago

bates64 commented 1 year ago

Deployment Robort already sends a list of the merged PRs in the new deployment to Discord. We should surface this on the site itself, too - it doesn't necessarily have to be fancy, but we should allow for fanciness in whatever we go with (for an example of 'fancy' changelogs, see GitHub's, which they display a list of on the homepage under 'Recent Changes') We could also consider using changesets.

bates64 commented 1 year ago

Perhaps we can give the frontend access to the git history at build-time for it to generate a changelog for that deployment? That is, list all squashed or merge commits since the previous deployment. Should it also maintain info for previous deploys?

Should we not generate changelogs at all, but maintain one?