blissd / fotema

Photo gallery for Linux
81 stars 8 forks source link

Missing downloads for 1.15.0 #233

Closed mgorny closed 1 month ago

mgorny commented 1 month ago

I'm sorry to bother you but is it intentional that 1.15.0 tag has no "downloads", i.e. no tarball with vendored crates like the previous versions had?

blissd commented 1 month ago

Yes, it is intentional. I've adopted an easier release process that I saw apps like Fretboard and Keypunch using. The new process skips the step of my manually creating a release tarball of all sources and instead just requires a git tag which I then reference in the Flathub manifest.

For now I've kept the old code for producing the release tarball and checksum file, which you can produce with running:

just dist

If you don't want to install just, then just peek in the Justfile for the command.

mgorny commented 1 month ago

Ah, ok. Well, I can handle that, just was happy that there are a few packages where I didn't have to do it xP.