gelly-gmod / gelly

Library to integrate fluids into a game engine
GNU General Public License v3.0
19 stars 3 forks source link

[TICKET]: Provide a way to produce changelogs and version numbers #56

Closed yogwoggf closed 3 months ago

yogwoggf commented 3 months ago

Context

Right now, there's no single source of truth for the current version--and also no changelogs for each release.

Scope

Create a CHANGELOG.md file, parse it for each master commit and generate a changelog and a version number.

Acceptance Criteria

Commits to master are released, versioned and have a changelog.

Other

No response

yogwoggf commented 3 months ago

This is blocking all new releases