anacrolix / dms

A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
BSD 3-Clause "New" or "Revised" License
647 stars 97 forks source link

Releaser workflow missing #154

Open claes opened 1 month ago

claes commented 1 month ago

Hello, I have packaged DMS for NixOS/nixpkgs

I have a question about DMS release process. The latest packaged release is 1.6.0 but there are later tags, up until 1.7.1. What should be seen as the latest release, is there a stable/unstable concept or similar?

anacrolix commented 1 month ago

No, there are no intentionally unstable releases. Is there something that makes 1.6 appear to be stable? Is it a GitHub releases?

anacrolix commented 1 month ago

Ah, looks like I removed the releaser workflow as it was broken. I recommend to use the latest tag.

claes commented 1 month ago

Yes exactly. Will do, thank you!

anacrolix commented 1 month ago

Getting the releaser working is open to contribution!

claes commented 1 month ago

For nixpkgs, the tag is sufficient. But I understand that for other uses, a release tarball is of course useful.

anacrolix commented 1 month ago

Ah yeah I meant open to general contribution. I'll leave this issue open for other people that need other styles of release.