Make GitHub releases
Greetings.
I am subscribed to this Github project using the "Watch... > Releases only" feature. GH only seems to consider annotated git tags to be notify-worthy—and tags such as 1.15.1 are not of that kind. I kindly ask if you could use git tag with the -m or -s option in the future so that annotated tags are created and notifications generated.
Oh, that's weird. Is this behaviour documented somewhere?
The tags do appear on https://github.com/mpartel/bindfs/releases but I don't go through the "draft a new release" process.
I generally don't like to pile on "things that I have to remember to do right repeatedly", so I guess the correct path would be to improve the release automation somehow, maybe making it go through GitHub actions entirely.
Hm, you are right. I just compared with https://github.com/LibreDWG/libredwg/ for which I get regular notifications, and 0.12.3.4163 is also unannotated. It probably is the "draft a new release" process, after all. Tbh I did not use github that much yet.