rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
813 stars 126 forks source link

Missing recent releases on github? #303

Closed VorpalBlade closed 8 months ago

VorpalBlade commented 8 months ago

I notice that recent releases have not been created on github. I find that is a very convenient way of finding the changelog as well as getting notified by watching the repo only for releases (not for all activity).

epage commented 8 months ago

The reason is a hand off of maintainership where people do it differently. For myself, I don't see enough value in adding them. I have gone ahead and automated the creation of Github Releases in limited cases where previous maintainers were doing it so we can consider that.

FYI The primary source for the changelog is https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md. Its a pet peeve of mine when people use Github Releases as the only changelog :).