Problem
I have looked through the repo and on tryke.dev and haven't found anywhere that documents changes from one release to the next (i guess tryke is using tags instead of releases). Without that information I find it hard to judge how quickly I want to adopt a new version.
Proposed solution
I would love to see a Changelog with all the changes documented and grouped by releases (or tags in tryke's case)
You can have a look at the following as an example of a Changelog on one of the projects I maintain:
https://codeberg.org/marvin8/zaojun/src/branch/main/CHANGELOG.md
Maintaining a changelog can be automated so it doesn't cause extra work. The above changelog is generated from commit messages with git cliff
Alternatives considered
No response
Area
unsure
Problem
I have looked through the repo and on tryke.dev and haven't found anywhere that documents changes from one release to the next (i guess tryke is using tags instead of releases). Without that information I find it hard to judge how quickly I want to adopt a new version.
Proposed solution
Alternatives considered
No response
Area
unsure