Closed mgorny closed 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.
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.
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?