Releases to Changelog
I just automatically made a Changelog by going to https://github.com/arcanistzed/scs/releases and running this:
I converted it to Markdown and 🎉
4 Replies
May I recommend the Github API Docs?
https://docs.github.com/en/rest/reference/repos#releases
I suspect you could get the raw JSON of these releases rather than needing to parse the DOM
https://api.github.com/repos/arcanistzed/scs/releases
Indeed, I hadn't thought of that.
I intend this to be a one time process though, since I'll make them manually in the future
this gives me an idea for a gh action workflow actually...
hmmmm