:question: Is there any release note or any way to...
# compose-desktop
t
Is there any release note or any way to see the commits included in a release?
r
This is more of a general git/github question that something specific to compose for desktop, but each release is mostly just a link to a tag, which marks a specific commit. So if you click on the release version number, it takes you to the tag, which shows (on the left) the commit that was tagged. And there's a nice "compare" option you can use to see the new commits vs an older tag.
t
Okay. Got it. Thanks buddy