evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Integrate (semi-)automatic changelog generation for GitHub Releases #133

Closed rdw-software closed 1 year ago

rdw-software commented 1 year ago

Goals:

Roadmap:

Formats (TBD):

rdw-software commented 1 year ago

Examples of some more user-friendly changelogs: VS Code, BNET, GitHub Desktop.

Unfortunately those don't look like they could be autogenerated.

rdw-software commented 1 year ago

Initial working version done, but needs cleanup/refactoring and testing with some actual PRs being available. I'll review this once some other changes have been merged, but here's a temporary release (will be deleted later) that demonstrates that it works:

image