SchildiChat / SchildiChat-android

Matrix client / Element Android fork
https://schildi.chat/android/
Apache License 2.0
385 stars 49 forks source link

Changelog in the tag comment #228

Closed opk12 closed 4 months ago

opk12 commented 4 months ago

Is your feature request related to a problem? Please describe. The tag commit messages do not tell where to find the changelog. Apparently it is hidden under sc/fastlane/metadata/android/en-US/changelogs.

Describe the solution you'd like If I open the page for a tag (example), it shows the changelog or links the relevant GitHub page.

SpiritCroc commented 4 months ago

I guess I could change my tooling to do git tag -m (or -F) with the commit message and hope that will be displayed in github. Maybe I'll experiment with that for future releases, but it's too late to touch old releases, since I don't like re-pushing all the tags.

opk12 commented 4 months ago

Thank you for looking into it. I agree that old releases are not worth the effort.

SpiritCroc commented 4 months ago

Will probably be fixed with https://github.com/SchildiChat/SchildiChat-android/commit/f05af3f8b30069fce9fea1de4b11f8ccec98e0bb - but I guess we'll need to wait for the next release to be sure