rs / zerolog

Zero Allocation JSON Logger
MIT License
10.33k stars 564 forks source link

Publish a new tag/release each time something is merged to main #646

Closed freak12techno closed 7 months ago

freak12techno commented 7 months ago

So far, the latest tag was published on September, and go install installs not the latest version. For example, when I am trying to install prettylog (via go install github.com/rs/zerolog/cmd/prettylog@latest), it installs not the latest version actually, which doesn't have for example my fix (https://github.com/rs/zerolog/pull/644). Would be handy to have a new tag/release published every time a new commit is pushed to main, for example within a CI action or so.

rs commented 7 months ago

Just tagged a release. I don't think tagging every commit make sense.